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