License |
License |
---|---|
GroupId | GroupIdorg.dspace |
ArtifactId | ArtifactIddspace-spring-rest |
Last Version | Last Version7.0-preview-1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionDSpace Spring Rest (Boot MVC + HATEOAS)
DSpace new Rest API
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.dspace/dspace-spring-rest/ -->
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-spring-rest</artifactId>
<version>7.0-preview-1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.dspace/dspace-spring-rest/
implementation 'org.dspace:dspace-spring-rest:7.0-preview-1'
// https://jarcasting.com/artifacts/org.dspace/dspace-spring-rest/
implementation ("org.dspace:dspace-spring-rest:7.0-preview-1")
'org.dspace:dspace-spring-rest:war:7.0-preview-1'
<dependency org="org.dspace" name="dspace-spring-rest" rev="7.0-preview-1">
<artifact name="dspace-spring-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.dspace', module='dspace-spring-rest', version='7.0-preview-1')
)
libraryDependencies += "org.dspace" % "dspace-spring-rest" % "7.0-preview-1"
[org.dspace/dspace-spring-rest "7.0-preview-1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-tomcat | jar | 1.4.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.4.4.RELEASE |
com.jayway.jsonpath : json-path | jar | 2.2.0 |
com.jayway.jsonpath : json-path-assert | jar | 2.2.0 |
org.jmockit : jmockit | jar | 1.21 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
com.h2database : h2 | jar | 1.4.187 |
org.mockito : mockito-core | jar | 1.10.19 |
org.apache.solr : solr-core | jar | 7.3.1 |
org.apache.solr : solr-cell | jar | 7.3.1 |
org.apache.lucene : lucene-analyzers-icu | jar | 7.3.1 |
org.apache.lucene : lucene-analyzers-smartcn | jar | 7.3.1 |
org.apache.lucene : lucene-analyzers-stempel | jar | 7.3.1 |
Version |
---|
7.0-preview-1
|