Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.wso2.bps.samples.HumanTaskWebApp |
ArtifactId | ArtifactIdBPS-HumanTaskWebApp |
Version | Version3.5.0 |
Type | Typewar |
Filename | Size |
---|---|
BPS-HumanTaskWebApp-3.5.0.pom | |
BPS-HumanTaskWebApp-3.5.0.war | 20 MB |
BPS-HumanTaskWebApp-3.5.0-sources.jar | 16 KB |
BPS-HumanTaskWebApp-3.5.0-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.bps.samples.HumanTaskWebApp/BPS-HumanTaskWebApp/ -->
<dependency>
<groupId>org.wso2.bps.samples.HumanTaskWebApp</groupId>
<artifactId>BPS-HumanTaskWebApp</artifactId>
<version>3.5.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.bps.samples.HumanTaskWebApp/BPS-HumanTaskWebApp/
implementation 'org.wso2.bps.samples.HumanTaskWebApp:BPS-HumanTaskWebApp:3.5.0'
// https://jarcasting.com/artifacts/org.wso2.bps.samples.HumanTaskWebApp/BPS-HumanTaskWebApp/
implementation ("org.wso2.bps.samples.HumanTaskWebApp:BPS-HumanTaskWebApp:3.5.0")
'org.wso2.bps.samples.HumanTaskWebApp:BPS-HumanTaskWebApp:war:3.5.0'
<dependency org="org.wso2.bps.samples.HumanTaskWebApp" name="BPS-HumanTaskWebApp" rev="3.5.0">
<artifact name="BPS-HumanTaskWebApp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.bps.samples.HumanTaskWebApp', module='BPS-HumanTaskWebApp', version='3.5.0')
)
libraryDependencies += "org.wso2.bps.samples.HumanTaskWebApp" % "BPS-HumanTaskWebApp" % "3.5.0"
[org.wso2.bps.samples.HumanTaskWebApp/BPS-HumanTaskWebApp "3.5.0"]