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