j

jms

Files download
File Operation
jms-4.6-b01.jar download
jms-4.6-b01.pom download
Apache Maven
<dependency>
  <groupId>com.sun.messaging.mq</groupId>
  <artifactId>jms</artifactId>
  <version>4.6-b01</version>
</dependency>
Gradle Groovy
implementation 'com.sun.messaging.mq:jms:4.6-b01'
Gradle Kotlin
implementation("com.sun.messaging.mq:jms:4.6-b01")
Scala SBT
libraryDependencies += "com.sun.messaging.mq" % "jms" % "4.6-b01"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.messaging.mq', module='jms', version='4.6-b01')
)
Apache Ivy
<dependency org="com.sun.messaging.mq" name="jms" rev="4.6-b01" />
Leiningen
[com.sun.messaging.mq/jms "4.6-b01"]
Apache Buildr
'com.sun.messaging.mq:jms:jar:4.6-b01'
Dependencies
The project has no third-party dependencies