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