is not current version
Last Version 12

org.bardframework:bard-parent 2

The Bard Framework Parent POM provides common settings for all Bards components.

GroupId

GroupId

org.bardframework
ArtifactId

ArtifactId

bard-parent
Version

Version

2
Type

Type

pom

Download bard-parent 2

Filename Size
bard-parent-2.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/org.bardframework/bard-parent/ -->
<dependency>
    <groupId>org.bardframework</groupId>
    <artifactId>bard-parent</artifactId>
    <version>2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework/bard-parent/
implementation 'org.bardframework:bard-parent:2'
// https://jarcasting.com/artifacts/org.bardframework/bard-parent/
implementation ("org.bardframework:bard-parent:2")
'org.bardframework:bard-parent:pom:2'
<dependency org="org.bardframework" name="bard-parent" rev="2">
  <artifact name="bard-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bardframework', module='bard-parent', version='2')
)
libraryDependencies += "org.bardframework" % "bard-parent" % "2"
[org.bardframework/bard-parent "2"]