MVN

org.webframe : wf-core-jta

Maven & Gradle

May 08, 2012

wf-core-jta · Java Web Frame: wf-core-jta

<dependency>
    <groupId>org.webframe</groupId>
    <artifactId>wf-core-jta</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webframe : wf-core-jta to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of org.webframe : wf-core-jta to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
wf-core-jta-1.1.9
wf-core-jta-1.1.8
wf-core-jta-1.1.7
wf-core-jta-1.1.4
wf-core-jta-1.1.3
wf-core-jta-1.1.2
wf-core-jta-1.1.1
wf-core-jta-1.1.0

How to add a dependency to Maven

Add the following org.webframe : wf-core-jta maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webframe</groupId>
    <artifactId>wf-core-jta</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webframe : wf-core-jta gradle dependency to your build.gradle file:

implementation 'org.webframe:wf-core-jta:1.1.9'

Gradle Kotlin DSL: Add the following org.webframe : wf-core-jta gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webframe:wf-core-jta:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webframe : wf-core-jta sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webframe" % "wf-core-jta" % "1.1.9"