| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаorg.springframework.data |
| Идентификатор | Идентификаторspring-data-rest-repository |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеSpring Data REST
Directly export Spring Data managed JPA Entities to the web.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |