Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.anbillon.routine |
ArtifactId | ArtifactIdlogging-interceptor |
Version | Version1.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.anbillon.routine/logging-interceptor/ -->
<dependency>
<groupId>com.anbillon.routine</groupId>
<artifactId>logging-interceptor</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.anbillon.routine/logging-interceptor/
implementation 'com.anbillon.routine:logging-interceptor:1.0.0'
// https://jarcasting.com/artifacts/com.anbillon.routine/logging-interceptor/
implementation ("com.anbillon.routine:logging-interceptor:1.0.0")
'com.anbillon.routine:logging-interceptor:aar:1.0.0'
<dependency org="com.anbillon.routine" name="logging-interceptor" rev="1.0.0">
<artifact name="logging-interceptor" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.anbillon.routine', module='logging-interceptor', version='1.0.0')
)
libraryDependencies += "com.anbillon.routine" % "logging-interceptor" % "1.0.0"
[com.anbillon.routine/logging-interceptor "1.0.0"]