Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.testerum |
ArtifactId | ArtifactIdcommon-logging |
Version | Version5.2.2 |
Type | Typejar |
Filename | Size |
---|---|
common-logging-5.2.2.pom | |
common-logging-5.2.2.jar | 3 KB |
common-logging-5.2.2-sources.jar | 2 KB |
common-logging-5.2.2-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testerum/common-logging/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>common-logging</artifactId>
<version>5.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/common-logging/
implementation 'com.testerum:common-logging:5.2.2'
// https://jarcasting.com/artifacts/com.testerum/common-logging/
implementation ("com.testerum:common-logging:5.2.2")
'com.testerum:common-logging:jar:5.2.2'
<dependency org="com.testerum" name="common-logging" rev="5.2.2">
<artifact name="common-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='common-logging', version='5.2.2')
)
libraryDependencies += "com.testerum" % "common-logging" % "5.2.2"
[com.testerum/common-logging "5.2.2"]