Last Version

Spring Data REST 1.0.0.RELEASE

Directly export Spring Data managed JPA Entities to the web.

License

License

Categories

Categories

Data
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-rest-repository
Version

Version

1.0.0.RELEASE
Type

Type

jar
Description

Description

Spring Data REST
Directly export Spring Data managed JPA Entities to the web.
Project URL

Project URL

http://github.com/SpringSource/spring-data-rest
Project Organization

Project Organization

SpringSource
Source Code Management

Source Code Management

http://github.com/SpringSource/spring-data-rest

Download spring-data-rest-repository 1.0.0.RELEASE


<!-- 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"]

Dependencies

compile (12)

Group / Artifact Type Version
org.springframework : spring-orm jar 3.1.2.RELEASE
org.springframework.data : spring-data-jpa jar 1.2.0.RELEASE
org.springframework : spring-core jar 3.1.2.RELEASE
org.springframework.hateoas : spring-hateoas jar 0.3.0.RELEASE
org.springframework : spring-web jar 3.1.2.RELEASE
org.springframework.data : spring-data-rest-core jar 1.0.0.RELEASE
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
org.springframework : spring-tx jar 3.1.2.RELEASE
org.codehaus.jackson : jackson-mapper-asl jar 1.9.10
org.springframework : spring-beans jar 3.1.2.RELEASE
org.springframework : spring-context jar 3.1.2.RELEASE
org.slf4j : slf4j-api jar 1.6.6

runtime (3)

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

Project Modules

There are no modules declared in this project.