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