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