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