MVN

org.dspace : dspace-discovery-xmlui-api

Maven & Gradle

Jul 25, 2013
2 usages
616 stars

DSpace Discovery :: Discovery XMLUI API

<dependency>
    <groupId>org.dspace</groupId>
    <artifactId>dspace-discovery-xmlui-api</artifactId>
    <version>1.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dspace : dspace-discovery-xmlui-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.3
  • Latest Release Candidate: 1.8.0-rc3

All Versions

Choose a version of org.dspace : dspace-discovery-xmlui-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
dspace-discovery-xmlui-api-1.8.3
dspace-discovery-xmlui-api-1.8.2
dspace-discovery-xmlui-api-1.8.1
dspace-discovery-xmlui-api-1.8.0
dspace-discovery-xmlui-api-1.8.0-rc3
dspace-discovery-xmlui-api-1.8.0-rc2
dspace-discovery-xmlui-api-1.8.0-rc1
1.7.x
dspace-discovery-xmlui-api-1.7.3
dspace-discovery-xmlui-api-1.7.2
dspace-discovery-xmlui-api-1.7.1
dspace-discovery-xmlui-api-1.7.0
dspace-discovery-xmlui-api-1.7.0-rc2
dspace-discovery-xmlui-api-1.7.0-rc1

How to add a dependency to Maven

Add the following org.dspace : dspace-discovery-xmlui-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dspace</groupId>
    <artifactId>dspace-discovery-xmlui-api</artifactId>
    <version>1.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dspace : dspace-discovery-xmlui-api gradle dependency to your build.gradle file:

implementation 'org.dspace:dspace-discovery-xmlui-api:1.7.3'

Gradle Kotlin DSL: Add the following org.dspace : dspace-discovery-xmlui-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dspace:dspace-discovery-xmlui-api:1.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dspace : dspace-discovery-xmlui-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dspace" % "dspace-discovery-xmlui-api" % "1.7.3"

Advertisement