License |
License |
---|---|
GroupId | GroupIdorg.bardframework |
ArtifactId | ArtifactIdbard-parent |
Last Version | Last Version12 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBard Framework Parent
The Bard Framework Parent POM provides common settings for all Bards components.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bard-parent-12.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework/bard-parent/ -->
<dependency>
<groupId>org.bardframework</groupId>
<artifactId>bard-parent</artifactId>
<version>12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework/bard-parent/
implementation 'org.bardframework:bard-parent:12'
// https://jarcasting.com/artifacts/org.bardframework/bard-parent/
implementation ("org.bardframework:bard-parent:12")
'org.bardframework:bard-parent:pom:12'
<dependency org="org.bardframework" name="bard-parent" rev="12">
<artifact name="bard-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bardframework', module='bard-parent', version='12')
)
libraryDependencies += "org.bardframework" % "bard-parent" % "12"
[org.bardframework/bard-parent "12"]