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