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