License |
License |
---|---|
GroupId | GroupIdorg.bardframework |
ArtifactId | ArtifactIdbard-parent |
Version | Version11 |
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-11.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework/bard-parent/ -->
<dependency>
<groupId>org.bardframework</groupId>
<artifactId>bard-parent</artifactId>
<version>11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework/bard-parent/
implementation 'org.bardframework:bard-parent:11'
// https://jarcasting.com/artifacts/org.bardframework/bard-parent/
implementation ("org.bardframework:bard-parent:11")
'org.bardframework:bard-parent:pom:11'
<dependency org="org.bardframework" name="bard-parent" rev="11">
<artifact name="bard-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bardframework', module='bard-parent', version='11')
)
libraryDependencies += "org.bardframework" % "bard-parent" % "11"
[org.bardframework/bard-parent "11"]