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