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