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