@@ -51,13 +51,13 @@ To use the API in your maven project, include the following in your pom.xml:
51
51
<dependency>
52
52
<groupId>com.marklogic</groupId>
53
53
<artifactId>java-client-api</artifactId>
54
- <version>3.0.1 </version>
54
+ <version>3.0.6 </version>
55
55
</dependency>
56
56
57
57
For gradle projects, include the following:
58
58
59
59
dependencies {
60
- compile group: 'com.marklogic', name: 'java-client-api', version: '3.0.1 '
60
+ compile group: 'com.marklogic', name: 'java-client-api', version: '3.0.6 '
61
61
}
62
62
63
63
Read [ The Java API in Five Minutes] ( http://developer.marklogic.com/try/java/index )
@@ -82,14 +82,14 @@ https://developer.marklogic.com/free-developer
82
82
83
83
To obtain verified downloads signed with MarkLogic's PGP key, use maven tools or directly download
84
84
the .jar and .asc files from
85
- [ maven central] ( http://repo1.maven.org/maven2/com/marklogic/java-client-api/3.0.1 / ) . MarkLogic's
86
- pgp key ID is 48D4B86E and it is available from pgp.mit.edu by installing gnupg and running the command:
85
+ [ maven central] ( http://repo1.maven.org/maven2/com/marklogic/java-client-api/3.0.6 / ) . MarkLogic's
86
+ pgp key ID is 38A56C73 and it is available from pgp.mit.edu by installing gnupg and running the command:
87
87
88
- $ gpg --keyserver pgp.mit.edu --recv-key 48D4B86E
88
+ $ gpg --keyserver pgp.mit.edu --recv-key 38A56C73
89
89
90
90
Files can be verified with the command:
91
91
92
- $ gpg java-client-api-3.0.1 .jar.asc
92
+ $ gpg java-client-api-3.0.6 .jar.asc
93
93
94
94
95
95
### Building and Contributing
0 commit comments