| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.icthh.xm.commons |
| Идентификатор | Идентификаторxm-commons-tenant-endpoint |
| Версия | Версия2.1.1 |
| Тип | Типjar |
<!-- 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-tenant-endpoint/
implementation 'com.icthh.xm.commons:xm-commons-tenant-endpoint:2.1.1'
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-tenant-endpoint/
implementation ("com.icthh.xm.commons:xm-commons-tenant-endpoint:2.1.1")
'com.icthh.xm.commons:xm-commons-tenant-endpoint:jar:2.1.1'
<dependency org="com.icthh.xm.commons" name="xm-commons-tenant-endpoint" rev="2.1.1">
<artifact name="xm-commons-tenant-endpoint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icthh.xm.commons', module='xm-commons-tenant-endpoint', version='2.1.1')
)
libraryDependencies += "com.icthh.xm.commons" % "xm-commons-tenant-endpoint" % "2.1.1"
[com.icthh.xm.commons/xm-commons-tenant-endpoint "2.1.1"]