| License |
License |
|---|---|
| GroupId | GroupIdcom.marklogic |
| ArtifactId | ArtifactIdmarklogic-contentpump |
| Version | Version10.0.4.2 |
| Type | Typepom |
| Description |
DescriptionMarkLogic Content Pump and Connector for Hadoop
MarkLogic Content Pump and Connector for Hadoop
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| marklogic-contentpump-10.0.4.2.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.marklogic/marklogic-contentpump/ -->
<dependency>
<groupId>com.marklogic</groupId>
<artifactId>marklogic-contentpump</artifactId>
<version>10.0.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.marklogic/marklogic-contentpump/
implementation 'com.marklogic:marklogic-contentpump:10.0.4.2'
// https://jarcasting.com/artifacts/com.marklogic/marklogic-contentpump/
implementation ("com.marklogic:marklogic-contentpump:10.0.4.2")
'com.marklogic:marklogic-contentpump:pom:10.0.4.2'
<dependency org="com.marklogic" name="marklogic-contentpump" rev="10.0.4.2">
<artifact name="marklogic-contentpump" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.marklogic', module='marklogic-contentpump', version='10.0.4.2')
)
libraryDependencies += "com.marklogic" % "marklogic-contentpump" % "10.0.4.2"
[com.marklogic/marklogic-contentpump "10.0.4.2"]