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