MVN

openejb : xstream-PATCH

Maven & Gradle

May 07, 2006
<dependency>
    <groupId>openejb</groupId>
    <artifactId>xstream-PATCH</artifactId>
    <version>300-309</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of openejb : xstream-PATCH to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 300-309

All Versions

Choose a version of openejb : xstream-PATCH to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
300
xstream-PATCH-300-309

How to add a dependency to Maven

Add the following openejb : xstream-PATCH maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>openejb</groupId>
    <artifactId>xstream-PATCH</artifactId>
    <version>300-309</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following openejb : xstream-PATCH gradle dependency to your build.gradle file:

implementation 'openejb:xstream-PATCH:300-309'

Gradle Kotlin DSL: Add the following openejb : xstream-PATCH gradle kotlin dependency to your build.gradle.kts file:

implementation("openejb:xstream-PATCH:300-309")

How to add a dependency to SBT Scala

SBT Scala: Add the following openejb : xstream-PATCH sbt scala dependency to your build.sbt file:

libraryDependencies += "openejb" % "xstream-PATCH" % "300-309"

Advertisement