s

stilts

Stilts: The abstract STOMP server project.
http://www.jboss.org/
The Stilts Team
Files download
File Operation
stilts-0.1.25.pom download
Apache Maven
<dependency>
  <groupId>org.projectodd.stilts</groupId>
  <artifactId>stilts</artifactId>
  <version>0.1.25</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.projectodd.stilts:stilts:0.1.25'
Gradle Kotlin
implementation("org.projectodd.stilts:stilts:0.1.25")
Scala SBT
libraryDependencies += "org.projectodd.stilts" % "stilts" % "0.1.25"
Groovy Grape
@Grapes(
  @Grab(group='org.projectodd.stilts', module='stilts', version='0.1.25')
)
Apache Ivy
<dependency org="org.projectodd.stilts" name="stilts" rev="0.1.25" />
Leiningen
[org.projectodd.stilts/stilts "0.1.25"]
Apache Buildr
'org.projectodd.stilts:stilts:jar:0.1.25'