Download jms-api-1.1-rev-1.jar file - Jar j

Jar examples for j:jms-api

Description

You can download jar file jms-api 1.1-rev-1 in this page.

License

Open Source License

Build File

You can use the following script to add jms-api-1.1-rev-1.jar to your project.

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

Download

Click the following link to download the jar file.

jms-api-1.1-rev-1-javadoc.jar
jms-api-1.1-rev-1-sources.jar
jms-api-1.1-rev-1.jar
jms-api-1.1-rev-1.pom



Related Tutorials