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