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