MVN

org.dspace : dspace-sword-client-xmlui-webapp

Maven & Gradle

Jul 25, 2013
2 usages
618 stars

DSpace Sword Client :: Sword Client XMLUI Webapp

<dependency>
    <groupId>org.dspace</groupId>
    <artifactId>dspace-sword-client-xmlui-webapp</artifactId>
    <version>1.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dspace : dspace-sword-client-xmlui-webapp to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of org.dspace : dspace-sword-client-xmlui-webapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
dspace-sword-client-xmlui-webapp-1.8.3
dspace-sword-client-xmlui-webapp-1.8.2
dspace-sword-client-xmlui-webapp-1.8.1
dspace-sword-client-xmlui-webapp-1.8.0
dspace-sword-client-xmlui-webapp-1.8.0-rc3
dspace-sword-client-xmlui-webapp-1.8.0-rc2
dspace-sword-client-xmlui-webapp-1.8.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.dspace</groupId>
    <artifactId>dspace-sword-client-xmlui-webapp</artifactId>
    <version>1.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dspace : dspace-sword-client-xmlui-webapp gradle dependency to your build.gradle file:

implementation 'org.dspace:dspace-sword-client-xmlui-webapp:1.8.3'

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

implementation("org.dspace:dspace-sword-client-xmlui-webapp:1.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dspace : dspace-sword-client-xmlui-webapp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dspace" % "dspace-sword-client-xmlui-webapp" % "1.8.3"

Advertisement