GroupId | GroupIdorg.dspace |
---|---|
ArtifactId | ArtifactIddspace-xmlui |
Version | Version1.7.0-rc1 |
Type | Typepom |
Filename | Size |
---|---|
dspace-xmlui-1.7.0-rc1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dspace/dspace-xmlui/ -->
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-xmlui</artifactId>
<version>1.7.0-rc1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dspace/dspace-xmlui/
implementation 'org.dspace:dspace-xmlui:1.7.0-rc1'
// https://jarcasting.com/artifacts/org.dspace/dspace-xmlui/
implementation ("org.dspace:dspace-xmlui:1.7.0-rc1")
'org.dspace:dspace-xmlui:pom:1.7.0-rc1'
<dependency org="org.dspace" name="dspace-xmlui" rev="1.7.0-rc1">
<artifact name="dspace-xmlui" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dspace', module='dspace-xmlui', version='1.7.0-rc1')
)
libraryDependencies += "org.dspace" % "dspace-xmlui" % "1.7.0-rc1"
[org.dspace/dspace-xmlui "1.7.0-rc1"]