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