Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.icthh.xm.commons |
ArtifactId | ArtifactIdxm-commons-logging-web |
Version | Version2.1.17 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-logging-web/ -->
<dependency>
<groupId>com.icthh.xm.commons</groupId>
<artifactId>xm-commons-logging-web</artifactId>
<version>2.1.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-logging-web/
implementation 'com.icthh.xm.commons:xm-commons-logging-web:2.1.17'
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-logging-web/
implementation ("com.icthh.xm.commons:xm-commons-logging-web:2.1.17")
'com.icthh.xm.commons:xm-commons-logging-web:jar:2.1.17'
<dependency org="com.icthh.xm.commons" name="xm-commons-logging-web" rev="2.1.17">
<artifact name="xm-commons-logging-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icthh.xm.commons', module='xm-commons-logging-web', version='2.1.17')
)
libraryDependencies += "com.icthh.xm.commons" % "xm-commons-logging-web" % "2.1.17"
[com.icthh.xm.commons/xm-commons-logging-web "2.1.17"]