is not current version
Last Version 0.13

im.bci:tablelayout 0.7

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.7
Type

Type

jar

Download tablelayout 0.7


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