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