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