Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.icthh.xm.commons |
ArtifactId | ArtifactIdxm-commons-logging |
Version | Version2.0.28 |
Type | Typejar |
Filename | Size |
---|---|
xm-commons-logging-2.0.28.pom | |
xm-commons-logging-2.0.28.jar | 19 KB |
xm-commons-logging-2.0.28-sources.jar | 10 KB |
xm-commons-logging-2.0.28-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>2.0.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-logging/
implementation 'com.icthh.xm.commons:xm-commons-logging:2.0.28'
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-logging/
implementation ("com.icthh.xm.commons:xm-commons-logging:2.0.28")
'com.icthh.xm.commons:xm-commons-logging:jar:2.0.28'
<dependency org="com.icthh.xm.commons" name="xm-commons-logging" rev="2.0.28">
<artifact name="xm-commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icthh.xm.commons', module='xm-commons-logging', version='2.0.28')
)
libraryDependencies += "com.icthh.xm.commons" % "xm-commons-logging" % "2.0.28"
[com.icthh.xm.commons/xm-commons-logging "2.0.28"]