| GroupId | GroupIdorg.dspace |
|---|---|
| ArtifactId | ArtifactIdxoai |
| Version | Version3.2.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xoai-3.2.10.pom | |
| xoai-3.2.10.jar | 314 KB |
| xoai-3.2.10-sources.jar | 219 KB |
| xoai-3.2.10-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dspace/xoai/ -->
<dependency>
<groupId>org.dspace</groupId>
<artifactId>xoai</artifactId>
<version>3.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.dspace/xoai/
implementation 'org.dspace:xoai:3.2.10'
// https://jarcasting.com/artifacts/org.dspace/xoai/
implementation ("org.dspace:xoai:3.2.10")
'org.dspace:xoai:jar:3.2.10'
<dependency org="org.dspace" name="xoai" rev="3.2.10">
<artifact name="xoai" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dspace', module='xoai', version='3.2.10')
)
libraryDependencies += "org.dspace" % "xoai" % "3.2.10"
[org.dspace/xoai "3.2.10"]