| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDistribution Компиляция и сборка |
| Группа | Группаorg.ow2.petals |
| Идентификатор | Идентификаторpetals-distribution |
| Версия | Версия2 |
| Тип | Типpom |
| Описание |
ОписаниеPetals distribution
Contains the different PEtALS distributions
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| petals-distribution-2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-distribution/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-distribution</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-distribution/
implementation 'org.ow2.petals:petals-distribution:2'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-distribution/
implementation ("org.ow2.petals:petals-distribution:2")
'org.ow2.petals:petals-distribution:pom:2'
<dependency org="org.ow2.petals" name="petals-distribution" rev="2">
<artifact name="petals-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-distribution', version='2')
)
libraryDependencies += "org.ow2.petals" % "petals-distribution" % "2"
[org.ow2.petals/petals-distribution "2"]