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