Download javax.resource-api-1.7.jar file - Jar j

Jar examples for j:javax.resource-api

Description

Java EE Connector Architecture API

You can download jar file javax.resource-api 1.7 in this page.

License

CDDL + GPLv2 with classpath exception

Build File

You can use the following script to add javax.resource-api-1.7.jar to your project.

<dependency>
   <groupId>javax.resource</groupId>
   <artifactId>javax.resource-api</artifactId>
   <version>1.7</version>
</dependency>
compile group: 'javax.resource', name: 'javax.resource-api', version: '1.7'
libraryDependencies += "javax.resource" % "javax.resource-api" % "1.7"
<dependency org="javax.resource" name="javax.resource-api" rev="1.7"/>
@Grapes(@Grab(group='javax.resource', module='javax.resource-api', version='1.7'))
'javax.resource:javax.resource-api:jar:1.7'

Download

Click the following link to download the jar file.

javax.resource-api-1.7-javadoc.jar
javax.resource-api-1.7-sources.jar
javax.resource-api-1.7.jar
javax.resource-api-1.7.pom



Related Tutorials