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