GroupId | GroupIdio.logspace |
---|---|
ArtifactId | ArtifactIdlogspace-agent-cxf |
Version | Version0.3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.logspace/logspace-agent-cxf/ -->
<dependency>
<groupId>io.logspace</groupId>
<artifactId>logspace-agent-cxf</artifactId>
<version>0.3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.logspace/logspace-agent-cxf/
implementation 'io.logspace:logspace-agent-cxf:0.3.0.1'
// https://jarcasting.com/artifacts/io.logspace/logspace-agent-cxf/
implementation ("io.logspace:logspace-agent-cxf:0.3.0.1")
'io.logspace:logspace-agent-cxf:jar:0.3.0.1'
<dependency org="io.logspace" name="logspace-agent-cxf" rev="0.3.0.1">
<artifact name="logspace-agent-cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.logspace', module='logspace-agent-cxf', version='0.3.0.1')
)
libraryDependencies += "io.logspace" % "logspace-agent-cxf" % "0.3.0.1"
[io.logspace/logspace-agent-cxf "0.3.0.1"]