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