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