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