GroupId | GroupIdorg.dashbuilder |
---|---|
ArtifactId | ArtifactIddashbuilder-parent |
Version | Version0.6.0.Beta7 |
Type | Typejar |
Filename | Size |
---|---|
dashbuilder-parent-0.6.0.Beta7.pom | 27 KB |
dashbuilder-parent-0.6.0.Beta7-tests.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dashbuilder/dashbuilder-parent/ -->
<dependency>
<groupId>org.dashbuilder</groupId>
<artifactId>dashbuilder-parent</artifactId>
<version>0.6.0.Beta7</version>
</dependency>
// https://jarcasting.com/artifacts/org.dashbuilder/dashbuilder-parent/
implementation 'org.dashbuilder:dashbuilder-parent:0.6.0.Beta7'
// https://jarcasting.com/artifacts/org.dashbuilder/dashbuilder-parent/
implementation ("org.dashbuilder:dashbuilder-parent:0.6.0.Beta7")
'org.dashbuilder:dashbuilder-parent:jar:0.6.0.Beta7'
<dependency org="org.dashbuilder" name="dashbuilder-parent" rev="0.6.0.Beta7">
<artifact name="dashbuilder-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dashbuilder', module='dashbuilder-parent', version='0.6.0.Beta7')
)
libraryDependencies += "org.dashbuilder" % "dashbuilder-parent" % "0.6.0.Beta7"
[org.dashbuilder/dashbuilder-parent "0.6.0.Beta7"]