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