GroupId | GroupIdorg.kie.workbench.playground |
---|---|
ArtifactId | ArtifactIdplayground-parent |
Version | Version7.5.0.Final |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.kie.workbench.playground/playground-parent/ -->
<dependency>
<groupId>org.kie.workbench.playground</groupId>
<artifactId>playground-parent</artifactId>
<version>7.5.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kie.workbench.playground/playground-parent/
implementation 'org.kie.workbench.playground:playground-parent:7.5.0.Final'
// https://jarcasting.com/artifacts/org.kie.workbench.playground/playground-parent/
implementation ("org.kie.workbench.playground:playground-parent:7.5.0.Final")
'org.kie.workbench.playground:playground-parent:pom:7.5.0.Final'
<dependency org="org.kie.workbench.playground" name="playground-parent" rev="7.5.0.Final">
<artifact name="playground-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kie.workbench.playground', module='playground-parent', version='7.5.0.Final')
)
libraryDependencies += "org.kie.workbench.playground" % "playground-parent" % "7.5.0.Final"
[org.kie.workbench.playground/playground-parent "7.5.0.Final"]