Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.icthh.xm.commons |
ArtifactId | ArtifactIdxm-commons-logging |
Version | Version1.2.12 |
Type | Typejar |
Filename | Size |
---|---|
xm-commons-logging-1.2.12.pom | |
xm-commons-logging-1.2.12.jar | 19 KB |
xm-commons-logging-1.2.12-sources.jar | 10 KB |
xm-commons-logging-1.2.12-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-logging/ -->
<dependency>
<groupId>com.icthh.xm.commons</groupId>
<artifactId>xm-commons-logging</artifactId>
<version>1.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-logging/
implementation 'com.icthh.xm.commons:xm-commons-logging:1.2.12'
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-logging/
implementation ("com.icthh.xm.commons:xm-commons-logging:1.2.12")
'com.icthh.xm.commons:xm-commons-logging:jar:1.2.12'
<dependency org="com.icthh.xm.commons" name="xm-commons-logging" rev="1.2.12">
<artifact name="xm-commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icthh.xm.commons', module='xm-commons-logging', version='1.2.12')
)
libraryDependencies += "com.icthh.xm.commons" % "xm-commons-logging" % "1.2.12"
[com.icthh.xm.commons/xm-commons-logging "1.2.12"]