| GroupId | GroupIdorg.dspace.modules |
|---|---|
| ArtifactId | ArtifactIdrest |
| Version | Version5.10 |
| Type | Typewar |
| Filename | Size |
|---|---|
| rest-5.10.pom | |
| rest-5.10.war | 77 MB |
| rest-5.10-javadoc.jar | 335 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dspace.modules/rest/ -->
<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>rest</artifactId>
<version>5.10</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.dspace.modules/rest/
implementation 'org.dspace.modules:rest:5.10'
// https://jarcasting.com/artifacts/org.dspace.modules/rest/
implementation ("org.dspace.modules:rest:5.10")
'org.dspace.modules:rest:war:5.10'
<dependency org="org.dspace.modules" name="rest" rev="5.10">
<artifact name="rest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.dspace.modules', module='rest', version='5.10')
)
libraryDependencies += "org.dspace.modules" % "rest" % "5.10"
[org.dspace.modules/rest "5.10"]