l

logspace-agent-cxf

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