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