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