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