GroupId | GroupIdaxis2 |
---|---|
ArtifactId | ArtifactIdaxis2-codegen |
Version | Version0.94 |
Type | Typejar |
Filename | Size |
---|---|
axis2-codegen-0.94.pom | |
axis2-codegen-0.94.jar | 160 KB |
axis2-codegen-0.94-sources.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/axis2/axis2-codegen/ -->
<dependency>
<groupId>axis2</groupId>
<artifactId>axis2-codegen</artifactId>
<version>0.94</version>
</dependency>
// https://jarcasting.com/artifacts/axis2/axis2-codegen/
implementation 'axis2:axis2-codegen:0.94'
// https://jarcasting.com/artifacts/axis2/axis2-codegen/
implementation ("axis2:axis2-codegen:0.94")
'axis2:axis2-codegen:jar:0.94'
<dependency org="axis2" name="axis2-codegen" rev="0.94">
<artifact name="axis2-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='axis2', module='axis2-codegen', version='0.94')
)
libraryDependencies += "axis2" % "axis2-codegen" % "0.94"
[axis2/axis2-codegen "0.94"]