MVN

org.dspace : dspace-xmlui-wing

Maven & Gradle

Jul 25, 2013
3 usages
616 stars

DSpace XML-UI (Manakin) :: Wing-Framework · The Cocoon-based Wing framework

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

Latest Version

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

  • Latest Stable: 1.7.3
  • Latest Release Candidate: 1.8.0-rc3
  • Latest Beta: 1.5.1-beta
  • Latest Alpha: 1.5-alpha

All Versions

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

Version Vulnerabilities Updated
1.8.x
dspace-xmlui-wing-1.8.3
dspace-xmlui-wing-1.8.2
dspace-xmlui-wing-1.8.1
dspace-xmlui-wing-1.8.0
dspace-xmlui-wing-1.8.0-rc3
dspace-xmlui-wing-1.8.0-rc2
dspace-xmlui-wing-1.8.0-rc1
1.7.x
dspace-xmlui-wing-1.7.3
dspace-xmlui-wing-1.7.2
dspace-xmlui-wing-1.7.1
dspace-xmlui-wing-1.7.0
dspace-xmlui-wing-1.7.0-rc2
dspace-xmlui-wing-1.7.0-rc1
1.6.x
dspace-xmlui-wing-1.6.2
dspace-xmlui-wing-1.6.1
dspace-xmlui-wing-1.6.0
dspace-xmlui-wing-1.6.0-rc2
dspace-xmlui-wing-1.6.0-rc1
1.5.x
dspace-xmlui-wing-1.5.2
dspace-xmlui-wing-1.5.2-rc2
dspace-xmlui-wing-1.5.2-rc1
dspace-xmlui-wing-1.5.1
dspace-xmlui-wing-1.5.1-beta
dspace-xmlui-wing-1.5.0
dspace-xmlui-wing-1.5.0-rc1
dspace-xmlui-wing-1.5.0-beta2
dspace-xmlui-wing-1.5.0-beta1
1.5
dspace-xmlui-wing-1.5-alpha

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.dspace:dspace-xmlui-wing:1.7.3'

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

implementation("org.dspace:dspace-xmlui-wing:1.7.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.dspace" % "dspace-xmlui-wing" % "1.7.3"