文件下载
文件名 操作
stompjms-project-1.27.pom 下载
Apache Maven
<dependency>
  <groupId>io.hyte.stompjms</groupId>
  <artifactId>stompjms-project</artifactId>
  <version>1.27</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.hyte.stompjms:stompjms-project:1.27'
Gradle Kotlin
implementation("io.hyte.stompjms:stompjms-project:1.27")
Scala SBT
libraryDependencies += "io.hyte.stompjms" % "stompjms-project" % "1.27"
Groovy Grape
@Grapes(
  @Grab(group='io.hyte.stompjms', module='stompjms-project', version='1.27')
)
Apache Ivy
<dependency org="io.hyte.stompjms" name="stompjms-project" rev="1.27" />
Leiningen
[io.hyte.stompjms/stompjms-project "1.27"]
Apache Buildr
'io.hyte.stompjms:stompjms-project:jar:1.27'
本项目依赖
该项目无第三方依赖