Categories |
CategoriesSpring Boot Container Microservices Neo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j.springframework.data |
ArtifactId | ArtifactIdspring-data-neo4j-rx-spring-boot-starter-parent |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
spring-data-neo4j-rx-spring-boot-starter-parent-1.0.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j.springframework.data/spring-data-neo4j-rx-spring-boot-starter-parent/ -->
<dependency>
<groupId>org.neo4j.springframework.data</groupId>
<artifactId>spring-data-neo4j-rx-spring-boot-starter-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.springframework.data/spring-data-neo4j-rx-spring-boot-starter-parent/
implementation 'org.neo4j.springframework.data:spring-data-neo4j-rx-spring-boot-starter-parent:1.0.1'
// https://jarcasting.com/artifacts/org.neo4j.springframework.data/spring-data-neo4j-rx-spring-boot-starter-parent/
implementation ("org.neo4j.springframework.data:spring-data-neo4j-rx-spring-boot-starter-parent:1.0.1")
'org.neo4j.springframework.data:spring-data-neo4j-rx-spring-boot-starter-parent:pom:1.0.1'
<dependency org="org.neo4j.springframework.data" name="spring-data-neo4j-rx-spring-boot-starter-parent" rev="1.0.1">
<artifact name="spring-data-neo4j-rx-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.springframework.data', module='spring-data-neo4j-rx-spring-boot-starter-parent', version='1.0.1')
)
libraryDependencies += "org.neo4j.springframework.data" % "spring-data-neo4j-rx-spring-boot-starter-parent" % "1.0.1"
[org.neo4j.springframework.data/spring-data-neo4j-rx-spring-boot-starter-parent "1.0.1"]