is not current version
Last Version 4.3.0

info.clearthought:table-layout 4.2

A simple and powerful layout manager, an alternative to GridBagLayout.

GroupId

GroupId

info.clearthought
ArtifactId

ArtifactId

table-layout
Version

Version

4.2
Type

Type

jar

Download table-layout 4.2


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