License |
License |
---|---|
GroupId | GroupIdorg.wso2.carbon.business-process |
ArtifactId | ArtifactIdbpmn |
Version | Version4.5.50 |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - BPMN Aggregator Module
BPMN Support for WSO2 Carbon
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
bpmn-4.5.50.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.business-process/bpmn/ -->
<dependency>
<groupId>org.wso2.carbon.business-process</groupId>
<artifactId>bpmn</artifactId>
<version>4.5.50</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.business-process/bpmn/
implementation 'org.wso2.carbon.business-process:bpmn:4.5.50'
// https://jarcasting.com/artifacts/org.wso2.carbon.business-process/bpmn/
implementation ("org.wso2.carbon.business-process:bpmn:4.5.50")
'org.wso2.carbon.business-process:bpmn:pom:4.5.50'
<dependency org="org.wso2.carbon.business-process" name="bpmn" rev="4.5.50">
<artifact name="bpmn" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.business-process', module='bpmn', version='4.5.50')
)
libraryDependencies += "org.wso2.carbon.business-process" % "bpmn" % "4.5.50"
[org.wso2.carbon.business-process/bpmn "4.5.50"]