Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.bardframework.form |
ArtifactId | ArtifactIdform |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
form-0.3.2.pom | |
form-0.3.2.jar | 20 KB |
form-0.3.2-sources.jar | 10 KB |
form-0.3.2-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.form/form/ -->
<dependency>
<groupId>org.bardframework.form</groupId>
<artifactId>form</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.form/form/
implementation 'org.bardframework.form:form:0.3.2'
// https://jarcasting.com/artifacts/org.bardframework.form/form/
implementation ("org.bardframework.form:form:0.3.2")
'org.bardframework.form:form:jar:0.3.2'
<dependency org="org.bardframework.form" name="form" rev="0.3.2">
<artifact name="form" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.form', module='form', version='0.3.2')
)
libraryDependencies += "org.bardframework.form" % "form" % "0.3.2"
[org.bardframework.form/form "0.3.2"]