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