17417: Merge branch 'main' into 17417-add-arm64
[arvados.git] / doc / sdk / java-v2 / index.html.textile.liquid
index 0a8953a66130eeba5aa346cb74b741ca85c5dbba..ad9f0e1a9d1a7e3679f8409a478f47e67faa5d0e 100644 (file)
@@ -16,7 +16,7 @@ h2. Using the SDK
 
 The SDK is packaged as a JAR named @arvados-java-<version>.jar@, which is published to Maven Central and can be included using Maven, Gradle, or by hand.
 
-Here is an example @build.gradle@ file that uses the Arados java sdk:
+Here is an example @build.gradle@ file that uses the Arvados java sdk:
 
 <pre>
 apply plugin: 'application'
@@ -32,7 +32,7 @@ application {
 }
 
 dependencies {
-    api 'org.arvados:arvados-java-sdk:0.1.0'
+    api 'org.arvados:arvados-java-sdk:0.1.1'
 }
 </pre>
 
@@ -137,10 +137,10 @@ Dependencies:
 
 <notextile>
 <pre>
-$ <code class="userinput">git clone https://github.com/curoverse/arvados.git</code>
+$ <code class="userinput">git clone https://github.com/arvados/arvados.git</code>
 $ <code class="userinput">cd arvados/sdk/java-v2</code>
 $ <code class="userinput">gradle test</code>
-$ <code class="userinput">gradle jar</code>
+$ <code class="userinput">gradle jar -Pversion=0.1.1</code>
 </pre>
-This will build the SDK and run all unit tests, then generate an Arvados Java sdk jar file in build/libs/arvados-java-2.0.0.jar
+This will build the SDK and run all unit tests, then generate an Arvados Java sdk jar file in build/libs/arvados-java-0.1.1.jar
 </notextile>