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