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