| Группа | Группаtop.dcenter |
|---|---|
| Идентификатор | Идентификаторums |
| Версия | Версия2.1.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| ums-2.1.1.pom | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/top.dcenter/ums/ -->
<dependency>
<groupId>top.dcenter</groupId>
<artifactId>ums</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/ums/
implementation 'top.dcenter:ums:2.1.1'
// https://jarcasting.com/artifacts/top.dcenter/ums/
implementation ("top.dcenter:ums:2.1.1")
'top.dcenter:ums:pom:2.1.1'
<dependency org="top.dcenter" name="ums" rev="2.1.1">
<artifact name="ums" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='ums', version='2.1.1')
)
libraryDependencies += "top.dcenter" % "ums" % "2.1.1"
[top.dcenter/ums "2.1.1"]