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