не последняя версия
Последняя версия 6

org.objectweb.petals:petals-components 5

This project gathers all the PEtALS JBI components

Группа

Группа

org.objectweb.petals
Идентификатор

Идентификатор

petals-components
Версия

Версия

5
Тип

Тип

pom

Скачать petals-components 5

Имя Файла Размер
petals-components-5.pom 2 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-components/ -->
<dependency>
    <groupId>org.objectweb.petals</groupId>
    <artifactId>petals-components</artifactId>
    <version>5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-components/
implementation 'org.objectweb.petals:petals-components:5'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-components/
implementation ("org.objectweb.petals:petals-components:5")
'org.objectweb.petals:petals-components:pom:5'
<dependency org="org.objectweb.petals" name="petals-components" rev="5">
  <artifact name="petals-components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-components', version='5')
)
libraryDependencies += "org.objectweb.petals" % "petals-components" % "5"
[org.objectweb.petals/petals-components "5"]