Files download
File Operation
jms-3.0.8.jar download
jms-3.0.8.pom download
jms-3.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.gpc</groupId>
  <artifactId>jms</artifactId>
  <version>3.0.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.gpc:jms:3.0.8'
Gradle Kotlin
implementation("io.github.gpc:jms:3.0.8")
Scala SBT
libraryDependencies += "io.github.gpc" % "jms" % "3.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.gpc', module='jms', version='3.0.8')
)
Apache Ivy
<dependency org="io.github.gpc" name="jms" rev="3.0.8" />
Leiningen
[io.github.gpc/jms "3.0.8"]
Apache Buildr
'io.github.gpc:jms:jar:3.0.8'