| Группа | Группаorg.apache.axis2 |
|---|---|
| Идентификатор | Идентификаторaxis2-codegen |
| Версия | Версия1.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| axis2-codegen-1.2.pom | |
| axis2-codegen-1.2.jar | 186 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.axis2/axis2-codegen/ -->
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-codegen</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.axis2/axis2-codegen/
implementation 'org.apache.axis2:axis2-codegen:1.2'
// https://jarcasting.com/artifacts/org.apache.axis2/axis2-codegen/
implementation ("org.apache.axis2:axis2-codegen:1.2")
'org.apache.axis2:axis2-codegen:jar:1.2'
<dependency org="org.apache.axis2" name="axis2-codegen" rev="1.2">
<artifact name="axis2-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.axis2', module='axis2-codegen', version='1.2')
)
libraryDependencies += "org.apache.axis2" % "axis2-codegen" % "1.2"
[org.apache.axis2/axis2-codegen "1.2"]