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