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