Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.testerum |
ArtifactId | ArtifactIdcommon-logging |
Version | Version5.2.1 |
Type | Typejar |
Filename | Size |
---|---|
common-logging-5.2.1.pom | |
common-logging-5.2.1.jar | 3 KB |
common-logging-5.2.1-sources.jar | 2 KB |
common-logging-5.2.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/common-logging/
implementation 'com.testerum:common-logging:5.2.1'
// https://jarcasting.com/artifacts/com.testerum/common-logging/
implementation ("com.testerum:common-logging:5.2.1")
'com.testerum:common-logging:jar:5.2.1'
<dependency org="com.testerum" name="common-logging" rev="5.2.1">
<artifact name="common-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='common-logging', version='5.2.1')
)
libraryDependencies += "com.testerum" % "common-logging" % "5.2.1"
[com.testerum/common-logging "5.2.1"]