Categories |
CategoriesJSON Data Logging Application Layer Libs |
---|---|
GroupId | GroupIdcom.comoyo.commons |
ArtifactId | ArtifactIdlogging-context-json |
Version | Version1.0.41 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.comoyo.commons/logging-context-json/ -->
<dependency>
<groupId>com.comoyo.commons</groupId>
<artifactId>logging-context-json</artifactId>
<version>1.0.41</version>
</dependency>
// https://jarcasting.com/artifacts/com.comoyo.commons/logging-context-json/
implementation 'com.comoyo.commons:logging-context-json:1.0.41'
// https://jarcasting.com/artifacts/com.comoyo.commons/logging-context-json/
implementation ("com.comoyo.commons:logging-context-json:1.0.41")
'com.comoyo.commons:logging-context-json:jar:1.0.41'
<dependency org="com.comoyo.commons" name="logging-context-json" rev="1.0.41">
<artifact name="logging-context-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.comoyo.commons', module='logging-context-json', version='1.0.41')
)
libraryDependencies += "com.comoyo.commons" % "logging-context-json" % "1.0.41"
[com.comoyo.commons/logging-context-json "1.0.41"]