Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.icthh.xm.commons |
ArtifactId | ArtifactIdxm-commons-tenant-endpoint |
Version | Version1.0.0 |
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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-tenant-endpoint/
implementation 'com.icthh.xm.commons:xm-commons-tenant-endpoint:1.0.0'
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-tenant-endpoint/
implementation ("com.icthh.xm.commons:xm-commons-tenant-endpoint:1.0.0")
'com.icthh.xm.commons:xm-commons-tenant-endpoint:jar:1.0.0'
<dependency org="com.icthh.xm.commons" name="xm-commons-tenant-endpoint" rev="1.0.0">
<artifact name="xm-commons-tenant-endpoint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icthh.xm.commons', module='xm-commons-tenant-endpoint', version='1.0.0')
)
libraryDependencies += "com.icthh.xm.commons" % "xm-commons-tenant-endpoint" % "1.0.0"
[com.icthh.xm.commons/xm-commons-tenant-endpoint "1.0.0"]