GroupId | GroupIdaxis2 |
---|---|
ArtifactId | ArtifactIdaxis2-codegen |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
axis2-codegen-1.0.pom | |
axis2-codegen-1.0.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/axis2/axis2-codegen/ -->
<dependency>
<groupId>axis2</groupId>
<artifactId>axis2-codegen</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/axis2/axis2-codegen/
implementation 'axis2:axis2-codegen:1.0'
// https://jarcasting.com/artifacts/axis2/axis2-codegen/
implementation ("axis2:axis2-codegen:1.0")
'axis2:axis2-codegen:jar:1.0'
<dependency org="axis2" name="axis2-codegen" rev="1.0">
<artifact name="axis2-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='axis2', module='axis2-codegen', version='1.0')
)
libraryDependencies += "axis2" % "axis2-codegen" % "1.0"
[axis2/axis2-codegen "1.0"]