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