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