License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.bardframework.form |
ArtifactId | ArtifactIdform |
Version | Version1.1.17 |
Type | Typejar |
Description |
DescriptionThe Bard Framework Parent POM provides common settings for all Bards components.
|
Filename | Size |
---|---|
form-1.1.17.pom | |
form-1.1.17.jar | 20 KB |
form-1.1.17-sources.jar | 10 KB |
form-1.1.17-javadoc.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.form/form/ -->
<dependency>
<groupId>org.bardframework.form</groupId>
<artifactId>form</artifactId>
<version>1.1.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.form/form/
implementation 'org.bardframework.form:form:1.1.17'
// https://jarcasting.com/artifacts/org.bardframework.form/form/
implementation ("org.bardframework.form:form:1.1.17")
'org.bardframework.form:form:jar:1.1.17'
<dependency org="org.bardframework.form" name="form" rev="1.1.17">
<artifact name="form" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.form', module='form', version='1.1.17')
)
libraryDependencies += "org.bardframework.form" % "form" % "1.1.17"
[org.bardframework.form/form "1.1.17"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | |
org.bardframework.commons : common-utils | jar | 1.1.16 |
org.springframework : spring-context | jar |
Group / Artifact | Type | Version |
---|---|---|
com.github.mifmif : generex | jar | 1.0.2 |