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