License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.comoyo.commons |
ArtifactId | ArtifactIdlogging-context |
Version | Version1.4.61 |
Type | Typejar |
Description |
Descriptionlogging-context - Tools for logging with context
Collection of utility components
|
Filename | Size |
---|---|
logging-context-1.4.61.pom | |
logging-context-1.4.61.jar | 8 KB |
logging-context-1.4.61-sources.jar | 6 KB |
logging-context-1.4.61-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.61</version>
</dependency>
// https://jarcasting.com/artifacts/com.comoyo.commons/logging-context/
implementation 'com.comoyo.commons:logging-context:1.4.61'
// https://jarcasting.com/artifacts/com.comoyo.commons/logging-context/
implementation ("com.comoyo.commons:logging-context:1.4.61")
'com.comoyo.commons:logging-context:jar:1.4.61'
<dependency org="com.comoyo.commons" name="logging-context" rev="1.4.61">
<artifact name="logging-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.comoyo.commons', module='logging-context', version='1.4.61')
)
libraryDependencies += "com.comoyo.commons" % "logging-context" % "1.4.61"
[com.comoyo.commons/logging-context "1.4.61"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |