| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtech.generated |
| Идентификатор | Идентификаторparent |
| Версия | Версия2.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-2.0.0.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/tech.generated/parent/ -->
<dependency>
<groupId>tech.generated</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.generated/parent/
implementation 'tech.generated:parent:2.0.0'
// https://jarcasting.com/artifacts/tech.generated/parent/
implementation ("tech.generated:parent:2.0.0")
'tech.generated:parent:pom:2.0.0'
<dependency org="tech.generated" name="parent" rev="2.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.generated', module='parent', version='2.0.0')
)
libraryDependencies += "tech.generated" % "parent" % "2.0.0"
[tech.generated/parent "2.0.0"]