x

xo.trace

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