License |
License |
---|---|
GroupId | GroupIdim.bci |
ArtifactId | ArtifactIdtablelayout |
Last Version | Last Version0.13 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontablelayout
TableLayout is a lightweight Java library for setting the position and size of UI widgets using a logical table, similar to HTML tables.
|
Project URL |
Project URL |
Filename | Size |
---|---|
tablelayout-0.13.pom | |
tablelayout-0.13.jar | 32 KB |
tablelayout-0.13-sources.jar | 19 KB |
tablelayout-0.13-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/im.bci/tablelayout/ -->
<dependency>
<groupId>im.bci</groupId>
<artifactId>tablelayout</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/im.bci/tablelayout/
implementation 'im.bci:tablelayout:0.13'
// https://jarcasting.com/artifacts/im.bci/tablelayout/
implementation ("im.bci:tablelayout:0.13")
'im.bci:tablelayout:jar:0.13'
<dependency org="im.bci" name="tablelayout" rev="0.13">
<artifact name="tablelayout" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.bci', module='tablelayout', version='0.13')
)
libraryDependencies += "im.bci" % "tablelayout" % "0.13"
[im.bci/tablelayout "0.13"]