Files download
File Operation
libssj-0.7.6.pom download
libssj-0.7.6-sources.jar download
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'
Dependencies
The project has no third-party dependencies