@@ -60,7 +60,7 @@ 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>marklogic-client-api</artifactId>
63
- <version>4.0.3 </version>
63
+ <version>4.0.4 </version>
64
64
</dependency>
65
65
66
66
And add this repository to your pom.xml repositories section:
@@ -73,7 +73,7 @@ And add this repository to your pom.xml repositories section:
73
73
For gradle projects, include the following:
74
74
75
75
dependencies {
76
- compile group: 'com.marklogic', name: 'marklogic-client-api', version: '4.0.3 '
76
+ compile group: 'com.marklogic', name: 'marklogic-client-api', version: '4.0.4 '
77
77
}
78
78
79
79
Use gradle 1.7+ and add this to your build.gradle repositories section:
@@ -102,14 +102,14 @@ https://developer.marklogic.com/free-developer
102
102
103
103
To obtain verified downloads signed with MarkLogic's PGP key, use maven tools or directly download
104
104
the .jar and .asc files from
105
- [ maven central] ( http://repo1.maven.org/maven2/com/marklogic/marklogic-client-api/4.0.3 / ) . MarkLogic's
105
+ [ maven central] ( http://repo1.maven.org/maven2/com/marklogic/marklogic-client-api/4.0.4 / ) . MarkLogic's
106
106
pgp key ID is 48D4B86E and it is available from pgp.mit.edu by installing gnupg and running the command:
107
107
108
108
$ gpg --keyserver pgp.mit.edu --recv-key 48D4B86E
109
109
110
110
Files can be verified with the command:
111
111
112
- $ gpg marklogic-client-api-4.0.3 .jar.asc
112
+ $ gpg marklogic-client-api-4.0.4 .jar.asc
113
113
114
114
115
115
### Building and Contributing
0 commit comments