x

xo-starter-dwz

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