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