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