MVN

org.jboss.jbossts : jbossjts

Maven & Gradle

Oct 02, 2012
16 usages

JBossTS jbossjts · JBossTS - JBoss Transaction Service. JTA, JTS and XTS (WS-AT, WS-BA)

<dependency>
    <groupId>org.jboss.jbossts</groupId>
    <artifactId>jbossjts</artifactId>
    <version>4.16.6.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.16.6.Final

All Versions

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

Version Vulnerabilities Updated
4.16.x
jbossjts-4.16.6.Final
jbossjts-4.16.5.Final
jbossjts-4.16.4.Final
jbossjts-4.16.3.Final

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jboss.jbossts</groupId>
    <artifactId>jbossjts</artifactId>
    <version>4.16.6.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.jbossts : jbossjts gradle dependency to your build.gradle file:

implementation 'org.jboss.jbossts:jbossjts:4.16.6.Final'

Gradle Kotlin DSL: Add the following org.jboss.jbossts : jbossjts gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.jbossts:jbossjts:4.16.6.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.jbossts : jbossjts sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.jbossts" % "jbossjts" % "4.16.6.Final"

Advertisement