GroupId | GroupIdcom.marklogic |
---|---|
ArtifactId | ArtifactIdmarklogic-contentpump |
Version | Version10.0.3 |
Type | Typepom |
Filename | Size |
---|---|
marklogic-contentpump-10.0.3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marklogic/marklogic-contentpump/ -->
<dependency>
<groupId>com.marklogic</groupId>
<artifactId>marklogic-contentpump</artifactId>
<version>10.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.marklogic/marklogic-contentpump/
implementation 'com.marklogic:marklogic-contentpump:10.0.3'
// https://jarcasting.com/artifacts/com.marklogic/marklogic-contentpump/
implementation ("com.marklogic:marklogic-contentpump:10.0.3")
'com.marklogic:marklogic-contentpump:pom:10.0.3'
<dependency org="com.marklogic" name="marklogic-contentpump" rev="10.0.3">
<artifact name="marklogic-contentpump" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.marklogic', module='marklogic-contentpump', version='10.0.3')
)
libraryDependencies += "com.marklogic" % "marklogic-contentpump" % "10.0.3"
[com.marklogic/marklogic-contentpump "10.0.3"]