GroupId | GroupIdorg.wso2.carbon.business-process |
---|---|
ArtifactId | ArtifactIdbpel |
Version | Version4.4.104 |
Type | Typepom |
Filename | Size |
---|---|
bpel-4.4.104.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.business-process/bpel/ -->
<dependency>
<groupId>org.wso2.carbon.business-process</groupId>
<artifactId>bpel</artifactId>
<version>4.4.104</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.business-process/bpel/
implementation 'org.wso2.carbon.business-process:bpel:4.4.104'
// https://jarcasting.com/artifacts/org.wso2.carbon.business-process/bpel/
implementation ("org.wso2.carbon.business-process:bpel:4.4.104")
'org.wso2.carbon.business-process:bpel:pom:4.4.104'
<dependency org="org.wso2.carbon.business-process" name="bpel" rev="4.4.104">
<artifact name="bpel" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.business-process', module='bpel', version='4.4.104')
)
libraryDependencies += "org.wso2.carbon.business-process" % "bpel" % "4.4.104"
[org.wso2.carbon.business-process/bpel "4.4.104"]