GroupId | GroupIdorg.wso2.bpel |
---|---|
ArtifactId | ArtifactIdode-bpel-compiler |
Version | Version1.3.5-wso2v17 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.bpel/ode-bpel-compiler/ -->
<dependency>
<groupId>org.wso2.bpel</groupId>
<artifactId>ode-bpel-compiler</artifactId>
<version>1.3.5-wso2v17</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.bpel/ode-bpel-compiler/
implementation 'org.wso2.bpel:ode-bpel-compiler:1.3.5-wso2v17'
// https://jarcasting.com/artifacts/org.wso2.bpel/ode-bpel-compiler/
implementation ("org.wso2.bpel:ode-bpel-compiler:1.3.5-wso2v17")
'org.wso2.bpel:ode-bpel-compiler:jar:1.3.5-wso2v17'
<dependency org="org.wso2.bpel" name="ode-bpel-compiler" rev="1.3.5-wso2v17">
<artifact name="ode-bpel-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.bpel', module='ode-bpel-compiler', version='1.3.5-wso2v17')
)
libraryDependencies += "org.wso2.bpel" % "ode-bpel-compiler" % "1.3.5-wso2v17"
[org.wso2.bpel/ode-bpel-compiler "1.3.5-wso2v17"]