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