| Categories | CategoriesNeo4J Data Databases | 
|---|---|
| GroupId | GroupIdcom.github.Andy-Shao | 
| ArtifactId | ArtifactIdGearEE-Neo4j-core | 
| Version | Version0.0.8.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.Andy-Shao/GearEE-Neo4j-core/ -->
<dependency>
    <groupId>com.github.Andy-Shao</groupId>
    <artifactId>GearEE-Neo4j-core</artifactId>
    <version>0.0.8.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.Andy-Shao/GearEE-Neo4j-core/
implementation 'com.github.Andy-Shao:GearEE-Neo4j-core:0.0.8.RELEASE'// https://jarcasting.com/artifacts/com.github.Andy-Shao/GearEE-Neo4j-core/
implementation ("com.github.Andy-Shao:GearEE-Neo4j-core:0.0.8.RELEASE")'com.github.Andy-Shao:GearEE-Neo4j-core:jar:0.0.8.RELEASE'<dependency org="com.github.Andy-Shao" name="GearEE-Neo4j-core" rev="0.0.8.RELEASE">
  <artifact name="GearEE-Neo4j-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.Andy-Shao', module='GearEE-Neo4j-core', version='0.0.8.RELEASE')
)libraryDependencies += "com.github.Andy-Shao" % "GearEE-Neo4j-core" % "0.0.8.RELEASE"[com.github.Andy-Shao/GearEE-Neo4j-core "0.0.8.RELEASE"]