| Группа | Группаorg.ow2.petals |
|---|---|
| Идентификатор | Идентификаторpetals-esb-default-zip |
| Версия | Версия4.2.3 |
| Тип | Типpom |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-esb-default-zip/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-esb-default-zip</artifactId>
<version>4.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-esb-default-zip/
implementation 'org.ow2.petals:petals-esb-default-zip:4.2.3'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-esb-default-zip/
implementation ("org.ow2.petals:petals-esb-default-zip:4.2.3")
'org.ow2.petals:petals-esb-default-zip:pom:4.2.3'
<dependency org="org.ow2.petals" name="petals-esb-default-zip" rev="4.2.3">
<artifact name="petals-esb-default-zip" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-esb-default-zip', version='4.2.3')
)
libraryDependencies += "org.ow2.petals" % "petals-esb-default-zip" % "4.2.3"
[org.ow2.petals/petals-esb-default-zip "4.2.3"]