is not current version
Last Version 0.13

im.bci:tablelayout 0.4

TableLayout is a lightweight Java library for setting the position and size of UI widgets using a logical table, similar to HTML tables.

GroupId

GroupId

im.bci
ArtifactId

ArtifactId

tablelayout
Version

Version

0.4
Type

Type

jar

Download tablelayout 0.4


<!-- https://jarcasting.com/artifacts/im.bci/tablelayout/ -->
<dependency>
    <groupId>im.bci</groupId>
    <artifactId>tablelayout</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/im.bci/tablelayout/
implementation 'im.bci:tablelayout:0.4'
// https://jarcasting.com/artifacts/im.bci/tablelayout/
implementation ("im.bci:tablelayout:0.4")
'im.bci:tablelayout:jar:0.4'
<dependency org="im.bci" name="tablelayout" rev="0.4">
  <artifact name="tablelayout" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.bci', module='tablelayout', version='0.4')
)
libraryDependencies += "im.bci" % "tablelayout" % "0.4"
[im.bci/tablelayout "0.4"]