| GroupId | GroupIdorg.apache.axis2 |
|---|---|
| ArtifactId | ArtifactIdaxis2-codegen |
| Version | Version1.6.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| axis2-codegen-1.6.4.pom | |
| axis2-codegen-1.6.4.jar | 248 KB |
| axis2-codegen-1.6.4-sources.jar | 240 KB |
| axis2-codegen-1.6.4-javadoc.jar | 504 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.axis2/axis2-codegen/ -->
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-codegen</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.axis2/axis2-codegen/
implementation 'org.apache.axis2:axis2-codegen:1.6.4'
// https://jarcasting.com/artifacts/org.apache.axis2/axis2-codegen/
implementation ("org.apache.axis2:axis2-codegen:1.6.4")
'org.apache.axis2:axis2-codegen:jar:1.6.4'
<dependency org="org.apache.axis2" name="axis2-codegen" rev="1.6.4">
<artifact name="axis2-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.axis2', module='axis2-codegen', version='1.6.4')
)
libraryDependencies += "org.apache.axis2" % "axis2-codegen" % "1.6.4"
[org.apache.axis2/axis2-codegen "1.6.4"]