GroupId | GroupIdio.logspace |
---|---|
ArtifactId | ArtifactIdlogspace-agent-cxf |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
logspace-agent-cxf-0.3.0.pom | |
logspace-agent-cxf-0.3.0.jar | 12 KB |
logspace-agent-cxf-0.3.0-sources.jar | 8 KB |
logspace-agent-cxf-0.3.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.logspace/logspace-agent-cxf/ -->
<dependency>
<groupId>io.logspace</groupId>
<artifactId>logspace-agent-cxf</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.logspace/logspace-agent-cxf/
implementation 'io.logspace:logspace-agent-cxf:0.3.0'
// https://jarcasting.com/artifacts/io.logspace/logspace-agent-cxf/
implementation ("io.logspace:logspace-agent-cxf:0.3.0")
'io.logspace:logspace-agent-cxf:jar:0.3.0'
<dependency org="io.logspace" name="logspace-agent-cxf" rev="0.3.0">
<artifact name="logspace-agent-cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.logspace', module='logspace-agent-cxf', version='0.3.0')
)
libraryDependencies += "io.logspace" % "logspace-agent-cxf" % "0.3.0"
[io.logspace/logspace-agent-cxf "0.3.0"]