Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.springframework.data |
ArtifactId | ArtifactIdspring-data-graph-core |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Data Graph Support
|
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-graph-core/ -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-graph-core</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-graph-core/
implementation 'org.springframework.data:spring-data-graph-core:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-graph-core/
implementation ("org.springframework.data:spring-data-graph-core:1.0.0.RELEASE")
'org.springframework.data:spring-data-graph-core:jar:1.0.0.RELEASE'
<dependency org="org.springframework.data" name="spring-data-graph-core" rev="1.0.0.RELEASE">
<artifact name="spring-data-graph-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-graph-core', version='1.0.0.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-graph-core" % "1.0.0.RELEASE"
[org.springframework.data/spring-data-graph-core "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-beans | jar | 3.0.5.RELEASE |
org.springframework : spring-tx | jar | 3.0.5.RELEASE |
org.springframework.data : spring-data-commons-core | jar | 1.0.0.RELEASE |
org.slf4j : slf4j-api | jar | 1.5.10 |
org.slf4j : jcl-over-slf4j | jar | 1.5.10 |
javax.annotation : jsr250-api Optional | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.5.10 |
log4j : log4j | jar | 1.2.15 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.8.4 |
junit : junit | jar | 4.8.1 |