Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.icthh.xm.commons |
ArtifactId | ArtifactIdxm-commons-tenant |
Version | Version2.0.13 |
Type | Typejar |
Filename | Size |
---|---|
xm-commons-tenant-2.0.13.pom | |
xm-commons-tenant-2.0.13.jar | 15 KB |
xm-commons-tenant-2.0.13-sources.jar | 11 KB |
xm-commons-tenant-2.0.13-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-tenant/ -->
<dependency>
<groupId>com.icthh.xm.commons</groupId>
<artifactId>xm-commons-tenant</artifactId>
<version>2.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-tenant/
implementation 'com.icthh.xm.commons:xm-commons-tenant:2.0.13'
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-tenant/
implementation ("com.icthh.xm.commons:xm-commons-tenant:2.0.13")
'com.icthh.xm.commons:xm-commons-tenant:jar:2.0.13'
<dependency org="com.icthh.xm.commons" name="xm-commons-tenant" rev="2.0.13">
<artifact name="xm-commons-tenant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icthh.xm.commons', module='xm-commons-tenant', version='2.0.13')
)
libraryDependencies += "com.icthh.xm.commons" % "xm-commons-tenant" % "2.0.13"
[com.icthh.xm.commons/xm-commons-tenant "2.0.13"]