| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.objectweb.petals |
| Идентификатор | Идентификаторpetals-axismodules |
| Версия | Версия1 |
| Тип | Типpom |
| Описание |
ОписаниеPEtALS Axis2 modules
Axis2 modules for SOAP binding component
|
| Организация-разработчик |
Организация-разработчикObjectWeb Consortium |
| Имя Файла | Размер |
|---|---|
| petals-axismodules-1.pom | 761 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-axismodules/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-axismodules</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-axismodules/
implementation 'org.objectweb.petals:petals-axismodules:1'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-axismodules/
implementation ("org.objectweb.petals:petals-axismodules:1")
'org.objectweb.petals:petals-axismodules:pom:1'
<dependency org="org.objectweb.petals" name="petals-axismodules" rev="1">
<artifact name="petals-axismodules" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-axismodules', version='1')
)
libraryDependencies += "org.objectweb.petals" % "petals-axismodules" % "1"
[org.objectweb.petals/petals-axismodules "1"]