You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,25 @@ The official version Not yet deployed to sonatype.
52
52
53
53
Please find the required instruction to configure [bintray.com](https://bintray.com/jsonschema-javaui/sf-java-ui/sf-java-ui) repository to your setting.xml
54
54
55
+
Or you can configure the repository directly in your pom.xml file:
56
+
```xml
57
+
// Your pom file
58
+
<dependencies>...</dependencies>
59
+
60
+
// To be added in the pom file in order to specify the remote repo to download the library
If you a are using spring boot to develop your project, you can add the annotation below to your main spring boot class in order to run the servlet context loader to inialize the library
0 commit comments