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