MVN

org.zeroturnaround : jr-integration

Maven & Gradle

Nov 13, 2009

JavaRebel Integration

<dependency>
    <groupId>org.zeroturnaround</groupId>
    <artifactId>jr-integration</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.zeroturnaround : jr-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of org.zeroturnaround : jr-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
jr-integration-3.0-M1
2.1.x
jr-integration-2.1.1
2.1
jr-integration-2.1
2.1a
jr-integration-2.1a
2.0.x
jr-integration-2.0.3

How to add a dependency to Maven

Add the following org.zeroturnaround : jr-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.zeroturnaround</groupId>
    <artifactId>jr-integration</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.zeroturnaround : jr-integration gradle dependency to your build.gradle file:

implementation 'org.zeroturnaround:jr-integration:2.1.1'

Gradle Kotlin DSL: Add the following org.zeroturnaround : jr-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.zeroturnaround:jr-integration:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.zeroturnaround : jr-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.zeroturnaround" % "jr-integration" % "2.1.1"