| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.objectweb.petals |
| Идентификатор | Идентификаторpetals-samples |
| Последняя версия | Последняя версия5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеPetals Samples
PEtALS Services Platform
|
| Организация-разработчик |
Организация-разработчикObjectWeb Consortium |
| Имя Файла | Размер |
|---|---|
| petals-samples-5.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-samples/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-samples</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-samples/
implementation 'org.objectweb.petals:petals-samples:5'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-samples/
implementation ("org.objectweb.petals:petals-samples:5")
'org.objectweb.petals:petals-samples:pom:5'
<dependency org="org.objectweb.petals" name="petals-samples" rev="5">
<artifact name="petals-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-samples', version='5')
)
libraryDependencies += "org.objectweb.petals" % "petals-samples" % "5"
[org.objectweb.petals/petals-samples "5"]