Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.icthh.xm.commons |
ArtifactId | ArtifactIdxm-commons-config |
Version | Version2.0.23 |
Type | Typejar |
Filename | Size |
---|---|
xm-commons-config-2.0.23.pom | |
xm-commons-config-2.0.23.jar | 48 KB |
xm-commons-config-2.0.23-sources.jar | 21 KB |
xm-commons-config-2.0.23-javadoc.jar | 171 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-config/ -->
<dependency>
<groupId>com.icthh.xm.commons</groupId>
<artifactId>xm-commons-config</artifactId>
<version>2.0.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-config/
implementation 'com.icthh.xm.commons:xm-commons-config:2.0.23'
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-config/
implementation ("com.icthh.xm.commons:xm-commons-config:2.0.23")
'com.icthh.xm.commons:xm-commons-config:jar:2.0.23'
<dependency org="com.icthh.xm.commons" name="xm-commons-config" rev="2.0.23">
<artifact name="xm-commons-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icthh.xm.commons', module='xm-commons-config', version='2.0.23')
)
libraryDependencies += "com.icthh.xm.commons" % "xm-commons-config" % "2.0.23"
[com.icthh.xm.commons/xm-commons-config "2.0.23"]