GroupId | GroupIdorg.wso2.bps |
---|---|
ArtifactId | ArtifactIdorg.wso2.bps.integration.tests.bpmn |
Version | Version3.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.bps/org.wso2.bps.integration.tests.bpmn/ -->
<dependency>
<groupId>org.wso2.bps</groupId>
<artifactId>org.wso2.bps.integration.tests.bpmn</artifactId>
<version>3.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.bps/org.wso2.bps.integration.tests.bpmn/
implementation 'org.wso2.bps:org.wso2.bps.integration.tests.bpmn:3.5.1'
// https://jarcasting.com/artifacts/org.wso2.bps/org.wso2.bps.integration.tests.bpmn/
implementation ("org.wso2.bps:org.wso2.bps.integration.tests.bpmn:3.5.1")
'org.wso2.bps:org.wso2.bps.integration.tests.bpmn:jar:3.5.1'
<dependency org="org.wso2.bps" name="org.wso2.bps.integration.tests.bpmn" rev="3.5.1">
<artifact name="org.wso2.bps.integration.tests.bpmn" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.bps', module='org.wso2.bps.integration.tests.bpmn', version='3.5.1')
)
libraryDependencies += "org.wso2.bps" % "org.wso2.bps.integration.tests.bpmn" % "3.5.1"
[org.wso2.bps/org.wso2.bps.integration.tests.bpmn "3.5.1"]