Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdio.rocketbase.commons |
ArtifactId | ArtifactIdcommons-rest-logging-aspect |
Version | Version2.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest-logging-aspect/ -->
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-rest-logging-aspect</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest-logging-aspect/
implementation 'io.rocketbase.commons:commons-rest-logging-aspect:2.0.3'
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-rest-logging-aspect/
implementation ("io.rocketbase.commons:commons-rest-logging-aspect:2.0.3")
'io.rocketbase.commons:commons-rest-logging-aspect:jar:2.0.3'
<dependency org="io.rocketbase.commons" name="commons-rest-logging-aspect" rev="2.0.3">
<artifact name="commons-rest-logging-aspect" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='commons-rest-logging-aspect', version='2.0.3')
)
libraryDependencies += "io.rocketbase.commons" % "commons-rest-logging-aspect" % "2.0.3"
[io.rocketbase.commons/commons-rest-logging-aspect "2.0.3"]