Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdcom.orientechnologies |
ArtifactId | ArtifactIdorientdb-neo4j-importer |
Version | Version3.0.18 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.orientechnologies/orientdb-neo4j-importer/ -->
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-neo4j-importer</artifactId>
<version>3.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-neo4j-importer/
implementation 'com.orientechnologies:orientdb-neo4j-importer:3.0.18'
// https://jarcasting.com/artifacts/com.orientechnologies/orientdb-neo4j-importer/
implementation ("com.orientechnologies:orientdb-neo4j-importer:3.0.18")
'com.orientechnologies:orientdb-neo4j-importer:jar:3.0.18'
<dependency org="com.orientechnologies" name="orientdb-neo4j-importer" rev="3.0.18">
<artifact name="orientdb-neo4j-importer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orientechnologies', module='orientdb-neo4j-importer', version='3.0.18')
)
libraryDependencies += "com.orientechnologies" % "orientdb-neo4j-importer" % "3.0.18"
[com.orientechnologies/orientdb-neo4j-importer "3.0.18"]