Categories |
CategoriesSpring Boot Container Microservices Neo4J Data Databases Grails User Interface Web Frameworks ORM |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgorm-neo4j-spring-boot |
Version | Version7.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.grails/gorm-neo4j-spring-boot/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>gorm-neo4j-spring-boot</artifactId>
<version>7.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/gorm-neo4j-spring-boot/
implementation 'org.grails:gorm-neo4j-spring-boot:7.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.grails/gorm-neo4j-spring-boot/
implementation ("org.grails:gorm-neo4j-spring-boot:7.0.2.RELEASE")
'org.grails:gorm-neo4j-spring-boot:jar:7.0.2.RELEASE'
<dependency org="org.grails" name="gorm-neo4j-spring-boot" rev="7.0.2.RELEASE">
<artifact name="gorm-neo4j-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='gorm-neo4j-spring-boot', version='7.0.2.RELEASE')
)
libraryDependencies += "org.grails" % "gorm-neo4j-spring-boot" % "7.0.2.RELEASE"
[org.grails/gorm-neo4j-spring-boot "7.0.2.RELEASE"]