@@ -60,13 +60,13 @@ To use the API in your maven project, include the following in your pom.xml:
6060 <dependency>
6161 <groupId>com.marklogic</groupId>
6262 <artifactId>java-client-api</artifactId>
63- <version>3.0.5 </version>
63+ <version>3.0.8 </version>
6464 </dependency>
6565
6666For gradle projects, include the following:
6767
6868 dependencies {
69- compile group: 'com.marklogic', name: 'java-client-api', version: '3.0.5 '
69+ compile group: 'com.marklogic', name: 'java-client-api', version: '3.0.8 '
7070 }
7171
7272Read [ The Java API in Five Minutes] ( http://developer.marklogic.com/try/java/index )
@@ -91,14 +91,14 @@ https://developer.marklogic.com/free-developer
9191
9292To obtain verified downloads signed with MarkLogic's PGP key, use maven tools or directly download
9393the .jar and .asc files from
94- [ maven central] ( http://repo1.maven.org/maven2/com/marklogic/java-client-api/3.0.5 / ) . MarkLogic's
94+ [ maven central] ( http://repo1.maven.org/maven2/com/marklogic/java-client-api/3.0.8 / ) . MarkLogic's
9595pgp key ID is 48D4B86E and it is available from pgp.mit.edu by installing gnupg and running the command:
9696
9797 $ gpg --keyserver pgp.mit.edu --recv-key 48D4B86E
9898
9999Files can be verified with the command:
100100
101- $ gpg java-client-api-3.0.5 .jar.asc
101+ $ gpg java-client-api-3.0.8 .jar.asc
102102
103103
104104### Building and Contributing
0 commit comments