| GroupId | GroupIdorg.wso2.bpel | 
|---|---|
| ArtifactId | ArtifactIdode-axis2 | 
| Version | Version1.3.5-wso2v12 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| ode-axis2-1.3.5-wso2v12.pom | |
| ode-axis2-1.3.5-wso2v12.jar | 190 KB | 
| ode-axis2-1.3.5-wso2v12-sources.jar | 110 KB | 
| ode-axis2-1.3.5-wso2v12-javadoc.jar | 262 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.wso2.bpel/ode-axis2/ -->
<dependency>
    <groupId>org.wso2.bpel</groupId>
    <artifactId>ode-axis2</artifactId>
    <version>1.3.5-wso2v12</version>
</dependency>// https://jarcasting.com/artifacts/org.wso2.bpel/ode-axis2/
implementation 'org.wso2.bpel:ode-axis2:1.3.5-wso2v12'// https://jarcasting.com/artifacts/org.wso2.bpel/ode-axis2/
implementation ("org.wso2.bpel:ode-axis2:1.3.5-wso2v12")'org.wso2.bpel:ode-axis2:jar:1.3.5-wso2v12'<dependency org="org.wso2.bpel" name="ode-axis2" rev="1.3.5-wso2v12">
  <artifact name="ode-axis2" type="jar" />
</dependency>@Grapes(
@Grab(group='org.wso2.bpel', module='ode-axis2', version='1.3.5-wso2v12')
)libraryDependencies += "org.wso2.bpel" % "ode-axis2" % "1.3.5-wso2v12"[org.wso2.bpel/ode-axis2 "1.3.5-wso2v12"]