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