GroupId | GroupIdorg.dspace.xmlui.excalibur |
---|---|
ArtifactId | ArtifactIdexcalibur-instrument-api |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
excalibur-instrument-api-2.1.pom | |
excalibur-instrument-api-2.1.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dspace.xmlui.excalibur/excalibur-instrument-api/ -->
<dependency>
<groupId>org.dspace.xmlui.excalibur</groupId>
<artifactId>excalibur-instrument-api</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dspace.xmlui.excalibur/excalibur-instrument-api/
implementation 'org.dspace.xmlui.excalibur:excalibur-instrument-api:2.1'
// https://jarcasting.com/artifacts/org.dspace.xmlui.excalibur/excalibur-instrument-api/
implementation ("org.dspace.xmlui.excalibur:excalibur-instrument-api:2.1")
'org.dspace.xmlui.excalibur:excalibur-instrument-api:jar:2.1'
<dependency org="org.dspace.xmlui.excalibur" name="excalibur-instrument-api" rev="2.1">
<artifact name="excalibur-instrument-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dspace.xmlui.excalibur', module='excalibur-instrument-api', version='2.1')
)
libraryDependencies += "org.dspace.xmlui.excalibur" % "excalibur-instrument-api" % "2.1"
[org.dspace.xmlui.excalibur/excalibur-instrument-api "2.1"]