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