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