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