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