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