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