x

xo.test

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