Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdfr.jetoile.hadoop |
ArtifactId | ArtifactIdhadoop-unit-neo4j |
Version | Version2.9 |
Type | Typejar |
Filename | Size |
---|---|
hadoop-unit-neo4j-2.9.pom | |
hadoop-unit-neo4j-2.9.jar | 6 KB |
hadoop-unit-neo4j-2.9-sources.jar | 4 KB |
hadoop-unit-neo4j-2.9-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-neo4j/ -->
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-neo4j</artifactId>
<version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-neo4j/
implementation 'fr.jetoile.hadoop:hadoop-unit-neo4j:2.9'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-neo4j/
implementation ("fr.jetoile.hadoop:hadoop-unit-neo4j:2.9")
'fr.jetoile.hadoop:hadoop-unit-neo4j:jar:2.9'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-neo4j" rev="2.9">
<artifact name="hadoop-unit-neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-neo4j', version='2.9')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-neo4j" % "2.9"
[fr.jetoile.hadoop/hadoop-unit-neo4j "2.9"]