GroupId | GroupIdorg.powerflows |
---|---|
ArtifactId | ArtifactIddmn-test-sample-resources |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.powerflows/dmn-test-sample-resources/ -->
<dependency>
<groupId>org.powerflows</groupId>
<artifactId>dmn-test-sample-resources</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.powerflows/dmn-test-sample-resources/
implementation 'org.powerflows:dmn-test-sample-resources:2.0.0'
// https://jarcasting.com/artifacts/org.powerflows/dmn-test-sample-resources/
implementation ("org.powerflows:dmn-test-sample-resources:2.0.0")
'org.powerflows:dmn-test-sample-resources:jar:2.0.0'
<dependency org="org.powerflows" name="dmn-test-sample-resources" rev="2.0.0">
<artifact name="dmn-test-sample-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.powerflows', module='dmn-test-sample-resources', version='2.0.0')
)
libraryDependencies += "org.powerflows" % "dmn-test-sample-resources" % "2.0.0"
[org.powerflows/dmn-test-sample-resources "2.0.0"]