| GroupId | GroupIdorg.dspace |
|---|---|
| ArtifactId | ArtifactIdhandle |
| Version | Version6.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| handle-6.2.pom | |
| handle-6.2.jar | 864 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dspace/handle/ -->
<dependency>
<groupId>org.dspace</groupId>
<artifactId>handle</artifactId>
<version>6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.dspace/handle/
implementation 'org.dspace:handle:6.2'
// https://jarcasting.com/artifacts/org.dspace/handle/
implementation ("org.dspace:handle:6.2")
'org.dspace:handle:jar:6.2'
<dependency org="org.dspace" name="handle" rev="6.2">
<artifact name="handle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dspace', module='handle', version='6.2')
)
libraryDependencies += "org.dspace" % "handle" % "6.2"
[org.dspace/handle "6.2"]