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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ mvn clean install -DskipTests
30
30
When the compilation finishes you will have a **target** folder. Inside you can find the compiled java classes and the packaged jars. The jar **im-java-api-x.x.x-jar-with-dependencies.jar** includes all the libraries needed by the im-java-api and can be used independently. The jar **im-java-api-x.x.x.jar** contains only the im-java-api compiled code and needs external libraries to work. The external libraries needed by the project are specified in the pom.xml
31
31
32
32
### 1.2.1 From a tarball
33
-
The code for the library can also be found in the [im-java-api github repository](https://github.com/indigo-dc/im-java-api/releases/tag/v0.4.9).
33
+
The code for the library can also be found in the [im-java-api github repository](https://github.com/indigo-dc/im-java-api/releases/latest).
0 commit comments