Files download
File Operation
core_2.12-0.8.1.jar download
core_2.12-0.8.1.pom download
core_2.12-0.8.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.acsgh.mad.scala.server</groupId>
  <artifactId>core_2.12</artifactId>
  <version>0.8.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.acsgh.mad.scala.server:core_2.12:0.8.1'
Gradle Kotlin
implementation("com.github.acsgh.mad.scala.server:core_2.12:0.8.1")
Scala SBT
libraryDependencies += "com.github.acsgh.mad.scala.server" % "core_2.12" % "0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.acsgh.mad.scala.server', module='core_2.12', version='0.8.1')
)
Apache Ivy
<dependency org="com.github.acsgh.mad.scala.server" name="core_2.12" rev="0.8.1" />
Leiningen
[com.github.acsgh.mad.scala.server/core_2.12 "0.8.1"]
Apache Buildr
'com.github.acsgh.mad.scala.server:core_2.12:jar:0.8.1'