How To Install Java Artifact org.jboss.javaee.jboss-transaction-api v1.0.1.GA

org.jboss.javaee jboss-transaction-api 1.0.1.GA

Introduction

In this article, we'll learn how to install Java artifact jboss-transaction-api from org.jboss.javaee group in version 1.0.1.GA. The artifact is available in 4 versions: 1.0.1.GA 1.0.1.CR2 1.0.1.CR1 1.0.1.Beta3Update1 The JBoss Transaction 1.0.1 API project has its own website at: http://www.jboss.org. The parent project is: org.jboss.javaee::jboss-javaee-parent::5.2.0.Beta1

How To Install Java Artifact org.jboss.javaee.jboss-transaction-api In Version 1.0.1.GA

To install the JBoss Transaction 1.0.1 API artifact in version 1.0.1.GA add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses JBoss Transaction 1.0.1 API dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.