| Categories | CategoriesNeo4J Data Databases | 
|---|---|
| GroupId | GroupIdorg.springframework.data | 
| ArtifactId | ArtifactIdspring-data-neo4j-aspects | 
| Version | Version2.2.3.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-neo4j-aspects/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-neo4j-aspects</artifactId>
    <version>2.2.3.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.data/spring-data-neo4j-aspects/
implementation 'org.springframework.data:spring-data-neo4j-aspects:2.2.3.RELEASE'// https://jarcasting.com/artifacts/org.springframework.data/spring-data-neo4j-aspects/
implementation ("org.springframework.data:spring-data-neo4j-aspects:2.2.3.RELEASE")'org.springframework.data:spring-data-neo4j-aspects:jar:2.2.3.RELEASE'<dependency org="org.springframework.data" name="spring-data-neo4j-aspects" rev="2.2.3.RELEASE">
  <artifact name="spring-data-neo4j-aspects" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.data', module='spring-data-neo4j-aspects', version='2.2.3.RELEASE')
)libraryDependencies += "org.springframework.data" % "spring-data-neo4j-aspects" % "2.2.3.RELEASE"[org.springframework.data/spring-data-neo4j-aspects "2.2.3.RELEASE"]