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