MVN

org.jboss.windup.rexster : windup-rexster

Maven & Gradle

Mar 20, 2018
1 usages

Windup Engine - Rexster

<dependency>
    <groupId>org.jboss.windup.rexster</groupId>
    <artifactId>windup-rexster</artifactId>
    <version>4.0.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.windup.rexster : windup-rexster to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1.Final
  • Latest Beta: 4.0.0.Beta4
  • Latest Alpha: 3.0.0.Alpha1

All Versions

Choose a version of org.jboss.windup.rexster : windup-rexster to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
windup-rexster-4.0.1.Final
windup-rexster-4.0.0.Final
windup-rexster-4.0.0.Beta4
windup-rexster-4.0.0.Beta2.1
windup-rexster-4.0.0.Beta2
windup-rexster-4.0.0.Beta1
3.0.x
windup-rexster-3.0.0.Final
windup-rexster-3.0.0.CR1
windup-rexster-3.0.0.Alpha1
2.7.x
windup-rexster-2.7.0.Final
2.6.x
windup-rexster-2.6.0.Final
2.5.x
windup-rexster-2.5.0.Final
windup-rexster-2.5.0.CR3
windup-rexster-2.5.0.CR2
windup-rexster-2.5.0.CR1
2.4.x
windup-rexster-2.4.1.Final
windup-rexster-2.4.0.Final
windup-rexster-2.4.0.CR3
windup-rexster-2.4.0.CR2
windup-rexster-2.4.0.CR1
2.3.x
windup-rexster-2.3.0.Final
2.2.x
windup-rexster-2.2.0.Final

How to add a dependency to Maven

Add the following org.jboss.windup.rexster : windup-rexster maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.windup.rexster</groupId>
    <artifactId>windup-rexster</artifactId>
    <version>4.0.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.windup.rexster : windup-rexster gradle dependency to your build.gradle file:

implementation 'org.jboss.windup.rexster:windup-rexster:4.0.1.Final'

Gradle Kotlin DSL: Add the following org.jboss.windup.rexster : windup-rexster gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.windup.rexster:windup-rexster:4.0.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.windup.rexster : windup-rexster sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.windup.rexster" % "windup-rexster" % "4.0.1.Final"