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