| Лицензия |
Лицензия
The Apache License, Version 2.0
|
|---|---|
| Группа | Группаorg.coconut |
| Идентификатор | Идентификаторcoconut-root-pom |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCoconut
|
| Организация-разработчик |
Организация-разработчикCodehaus |
| Имя Файла | Размер |
|---|---|
| coconut-root-pom-1.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.coconut/coconut-root-pom/ -->
<dependency>
<groupId>org.coconut</groupId>
<artifactId>coconut-root-pom</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.coconut/coconut-root-pom/
implementation 'org.coconut:coconut-root-pom:1.0'
// https://jarcasting.com/artifacts/org.coconut/coconut-root-pom/
implementation ("org.coconut:coconut-root-pom:1.0")
'org.coconut:coconut-root-pom:pom:1.0'
<dependency org="org.coconut" name="coconut-root-pom" rev="1.0">
<artifact name="coconut-root-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.coconut', module='coconut-root-pom', version='1.0')
)
libraryDependencies += "org.coconut" % "coconut-root-pom" % "1.0"
[org.coconut/coconut-root-pom "1.0"]