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

org.objectweb.petals:petals-components 4

This project gathers all the JBI components developped.

Группа

Группа

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

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

petals-components
Версия

Версия

4
Тип

Тип

pom

Скачать petals-components 4

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

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