License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.bardframework.form |
ArtifactId | ArtifactIdbard-form |
Last Version | Last Version1.3.29 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThe Bard Framework Parent POM provides common settings for all Bards components.
|
Filename | Size |
---|---|
bard-form-1.3.29.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.form/bard-form/ -->
<dependency>
<groupId>org.bardframework.form</groupId>
<artifactId>bard-form</artifactId>
<version>1.3.29</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.form/bard-form/
implementation 'org.bardframework.form:bard-form:1.3.29'
// https://jarcasting.com/artifacts/org.bardframework.form/bard-form/
implementation ("org.bardframework.form:bard-form:1.3.29")
'org.bardframework.form:bard-form:pom:1.3.29'
<dependency org="org.bardframework.form" name="bard-form" rev="1.3.29">
<artifact name="bard-form" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.form', module='bard-form', version='1.3.29')
)
libraryDependencies += "org.bardframework.form" % "bard-form" % "1.3.29"
[org.bardframework.form/bard-form "1.3.29"]