MVN

net.java.trueupdate : trueupdate-manager-appl-openejb

Maven & Gradle

Aug 29, 2013

TrueUpdate Manager Application OpenEJB · Bundles the components for deploying the TrueUpdate Manager application to an OpenEJB container.

<dependency>
    <groupId>net.java.trueupdate</groupId>
    <artifactId>trueupdate-manager-appl-openejb</artifactId>
    <version>0.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.trueupdate : trueupdate-manager-appl-openejb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.9

All Versions

Choose a version of net.java.trueupdate : trueupdate-manager-appl-openejb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
trueupdate-manager-appl-openejb-0.1.9
trueupdate-manager-appl-openejb-0.1.8
trueupdate-manager-appl-openejb-0.1.7
trueupdate-manager-appl-openejb-0.1.6
trueupdate-manager-appl-openejb-0.1.5
trueupdate-manager-appl-openejb-0.1.4

How to add a dependency to Maven

Add the following net.java.trueupdate : trueupdate-manager-appl-openejb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.java.trueupdate</groupId>
    <artifactId>trueupdate-manager-appl-openejb</artifactId>
    <version>0.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.java.trueupdate : trueupdate-manager-appl-openejb gradle dependency to your build.gradle file:

implementation 'net.java.trueupdate:trueupdate-manager-appl-openejb:0.1.9'

Gradle Kotlin DSL: Add the following net.java.trueupdate : trueupdate-manager-appl-openejb gradle kotlin dependency to your build.gradle.kts file:

implementation("net.java.trueupdate:trueupdate-manager-appl-openejb:0.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.java.trueupdate : trueupdate-manager-appl-openejb sbt scala dependency to your build.sbt file:

libraryDependencies += "net.java.trueupdate" % "trueupdate-manager-appl-openejb" % "0.1.9"