| Группа | Группаorg.ow2.petals |
|---|---|
| Идентификатор | Идентификаторpetals-jbi-ext |
| Версия | Версия1.3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| petals-jbi-ext-1.3.1.pom | |
| petals-jbi-ext-1.3.1.jar | 12 KB |
| petals-jbi-ext-1.3.1-tests.jar | 12 KB |
| petals-jbi-ext-1.3.1-sources.jar | 2 KB |
| petals-jbi-ext-1.3.1-source-release.zip | 14 KB |
| petals-jbi-ext-1.3.1-source-release.tar.gz | 11 KB |
| petals-jbi-ext-1.3.1-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-jbi-ext/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-jbi-ext</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-jbi-ext/
implementation 'org.ow2.petals:petals-jbi-ext:1.3.1'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-jbi-ext/
implementation ("org.ow2.petals:petals-jbi-ext:1.3.1")
'org.ow2.petals:petals-jbi-ext:jar:1.3.1'
<dependency org="org.ow2.petals" name="petals-jbi-ext" rev="1.3.1">
<artifact name="petals-jbi-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-jbi-ext', version='1.3.1')
)
libraryDependencies += "org.ow2.petals" % "petals-jbi-ext" % "1.3.1"
[org.ow2.petals/petals-jbi-ext "1.3.1"]