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