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