GroupId | GroupIdorg.dashbuilder |
---|---|
ArtifactId | ArtifactIddashbuilder-parent |
Version | Version7.32.0.k20191223 |
Type | Typepom |
Filename | Size |
---|---|
dashbuilder-parent-7.32.0.k20191223.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dashbuilder/dashbuilder-parent/ -->
<dependency>
<groupId>org.dashbuilder</groupId>
<artifactId>dashbuilder-parent</artifactId>
<version>7.32.0.k20191223</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dashbuilder/dashbuilder-parent/
implementation 'org.dashbuilder:dashbuilder-parent:7.32.0.k20191223'
// https://jarcasting.com/artifacts/org.dashbuilder/dashbuilder-parent/
implementation ("org.dashbuilder:dashbuilder-parent:7.32.0.k20191223")
'org.dashbuilder:dashbuilder-parent:pom:7.32.0.k20191223'
<dependency org="org.dashbuilder" name="dashbuilder-parent" rev="7.32.0.k20191223">
<artifact name="dashbuilder-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dashbuilder', module='dashbuilder-parent', version='7.32.0.k20191223')
)
libraryDependencies += "org.dashbuilder" % "dashbuilder-parent" % "7.32.0.k20191223"
[org.dashbuilder/dashbuilder-parent "7.32.0.k20191223"]