文件下载
文件名 操作
sandesha2-client-constants-1.3.jar 下载
sandesha2-client-constants-1.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.sandesha2</groupId>
  <artifactId>sandesha2-client-constants</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.sandesha2:sandesha2-client-constants:1.3'
Gradle Kotlin
implementation("org.apache.sandesha2:sandesha2-client-constants:1.3")
Scala SBT
libraryDependencies += "org.apache.sandesha2" % "sandesha2-client-constants" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sandesha2', module='sandesha2-client-constants', version='1.3')
)
Apache Ivy
<dependency org="org.apache.sandesha2" name="sandesha2-client-constants" rev="1.3" />
Leiningen
[org.apache.sandesha2/sandesha2-client-constants "1.3"]
Apache Buildr
'org.apache.sandesha2:sandesha2-client-constants:jar:1.3'