Categories |
CategoriesData ORM |
---|---|
GroupId | GroupIdorg.bardframework.form |
ArtifactId | ArtifactIdform-data-table |
Version | Version1.3.19 |
Type | Typejar |
Filename | Size |
---|---|
form-data-table-1.3.19.pom | |
form-data-table-1.3.19.jar | 40 KB |
form-data-table-1.3.19-tests.jar | 14 KB |
form-data-table-1.3.19-sources.jar | 20 KB |
form-data-table-1.3.19-javadoc.jar | 527 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.form/form-data-table/ -->
<dependency>
<groupId>org.bardframework.form</groupId>
<artifactId>form-data-table</artifactId>
<version>1.3.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.form/form-data-table/
implementation 'org.bardframework.form:form-data-table:1.3.19'
// https://jarcasting.com/artifacts/org.bardframework.form/form-data-table/
implementation ("org.bardframework.form:form-data-table:1.3.19")
'org.bardframework.form:form-data-table:jar:1.3.19'
<dependency org="org.bardframework.form" name="form-data-table" rev="1.3.19">
<artifact name="form-data-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.form', module='form-data-table', version='1.3.19')
)
libraryDependencies += "org.bardframework.form" % "form-data-table" % "1.3.19"
[org.bardframework.form/form-data-table "1.3.19"]