Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.comoyo.commons |
ArtifactId | ArtifactIdlogging-context |
Version | Version1.4.44 |
Type | Typejar |
Filename | Size |
---|---|
logging-context-1.4.44.pom | |
logging-context-1.4.44.jar | 8 KB |
logging-context-1.4.44-sources.jar | 6 KB |
logging-context-1.4.44-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.comoyo.commons/logging-context/ -->
<dependency>
<groupId>com.comoyo.commons</groupId>
<artifactId>logging-context</artifactId>
<version>1.4.44</version>
</dependency>
// https://jarcasting.com/artifacts/com.comoyo.commons/logging-context/
implementation 'com.comoyo.commons:logging-context:1.4.44'
// https://jarcasting.com/artifacts/com.comoyo.commons/logging-context/
implementation ("com.comoyo.commons:logging-context:1.4.44")
'com.comoyo.commons:logging-context:jar:1.4.44'
<dependency org="com.comoyo.commons" name="logging-context" rev="1.4.44">
<artifact name="logging-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.comoyo.commons', module='logging-context', version='1.4.44')
)
libraryDependencies += "com.comoyo.commons" % "logging-context" % "1.4.44"
[com.comoyo.commons/logging-context "1.4.44"]