x

xmaodou-server

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