@@ -60,13 +60,13 @@ To use the API in your maven project, include the following in your pom.xml:
60
60
<dependency>
61
61
<groupId>com.marklogic</groupId>
62
62
<artifactId>java-client-api</artifactId>
63
- <version>3.0.5 </version>
63
+ <version>3.0.8 </version>
64
64
</dependency>
65
65
66
66
For gradle projects, include the following:
67
67
68
68
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 '
70
70
}
71
71
72
72
Read [ The Java API in Five Minutes] ( http://developer.marklogic.com/try/java/index )
@@ -91,14 +91,14 @@ https://developer.marklogic.com/free-developer
91
91
92
92
To obtain verified downloads signed with MarkLogic's PGP key, use maven tools or directly download
93
93
the .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
95
95
pgp key ID is 48D4B86E and it is available from pgp.mit.edu by installing gnupg and running the command:
96
96
97
97
$ gpg --keyserver pgp.mit.edu --recv-key 48D4B86E
98
98
99
99
Files can be verified with the command:
100
100
101
- $ gpg java-client-api-3.0.5 .jar.asc
101
+ $ gpg java-client-api-3.0.8 .jar.asc
102
102
103
103
104
104
### Building and Contributing
0 commit comments