Categories |
CategoriesAnt Build Tools Logging Application Layer Libs |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-cxf-logging-plugin |
Version | Version1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kantega.reststop/reststop-cxf-logging-plugin/ -->
<dependency>
<groupId>org.kantega.reststop</groupId>
<artifactId>reststop-cxf-logging-plugin</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-cxf-logging-plugin/
implementation 'org.kantega.reststop:reststop-cxf-logging-plugin:1.3'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-cxf-logging-plugin/
implementation ("org.kantega.reststop:reststop-cxf-logging-plugin:1.3")
'org.kantega.reststop:reststop-cxf-logging-plugin:jar:1.3'
<dependency org="org.kantega.reststop" name="reststop-cxf-logging-plugin" rev="1.3">
<artifact name="reststop-cxf-logging-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-cxf-logging-plugin', version='1.3')
)
libraryDependencies += "org.kantega.reststop" % "reststop-cxf-logging-plugin" % "1.3"
[org.kantega.reststop/reststop-cxf-logging-plugin "1.3"]