License |
License
DSpace Sourcecode License
|
---|---|
GroupId | GroupIdorg.dspace |
ArtifactId | ArtifactIdxmlui-modules |
Last Version | Last Version2.0.0-OR09 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDSpace XMLUI Modules Parent
The DSpace 2.0 XMLUI Modules
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmlui-modules-2.0.0-OR09.pom | 1 KB |
xmlui-modules-2.0.0-OR09-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dspace/xmlui-modules/ -->
<dependency>
<groupId>org.dspace</groupId>
<artifactId>xmlui-modules</artifactId>
<version>2.0.0-OR09</version>
</dependency>
// https://jarcasting.com/artifacts/org.dspace/xmlui-modules/
implementation 'org.dspace:xmlui-modules:2.0.0-OR09'
// https://jarcasting.com/artifacts/org.dspace/xmlui-modules/
implementation ("org.dspace:xmlui-modules:2.0.0-OR09")
'org.dspace:xmlui-modules:jar:2.0.0-OR09'
<dependency org="org.dspace" name="xmlui-modules" rev="2.0.0-OR09">
<artifact name="xmlui-modules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dspace', module='xmlui-modules', version='2.0.0-OR09')
)
libraryDependencies += "org.dspace" % "xmlui-modules" % "2.0.0-OR09"
[org.dspace/xmlui-modules "2.0.0-OR09"]