License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.springframework.data |
ArtifactId | ArtifactIdspring-data-rest-repository |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
DescriptionSpring Data REST
Directly export Spring Data managed JPA Entities to the web.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-repository/ -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-repository</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-repository/
implementation 'org.springframework.data:spring-data-rest-repository:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-repository/
implementation ("org.springframework.data:spring-data-rest-repository:1.0.0.RELEASE")
'org.springframework.data:spring-data-rest-repository:jar:1.0.0.RELEASE'
<dependency org="org.springframework.data" name="spring-data-rest-repository" rev="1.0.0.RELEASE">
<artifact name="spring-data-rest-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-rest-repository', version='1.0.0.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-rest-repository" % "1.0.0.RELEASE"
[org.springframework.data/spring-data-rest-repository "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib-nodep | jar | 2.2.2 |
ch.qos.logback : logback-classic | jar | 1.0.6 |
org.slf4j : jcl-over-slf4j | jar | 1.6.6 |