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