License |
License
dev.java.net "Other" License
|
---|---|
GroupId | GroupIdtablelayout |
ArtifactId | ArtifactIdTableLayout |
Last Version | Last Version20050920 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTableLayout
TableLayout is a totally free layout manager designed to make
creating user interfaces fast and easy. It can do anything
GridBagLayout can do and much, much more. Yet it is remarkably
simple and easy to use.
|
Filename | Size |
---|---|
TableLayout-20050920.pom | |
TableLayout-20050920.jar | 10 KB |
TableLayout-20050920-sources.jar | 23 KB |
TableLayout-20050920-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tablelayout/TableLayout/ -->
<dependency>
<groupId>tablelayout</groupId>
<artifactId>TableLayout</artifactId>
<version>20050920</version>
</dependency>
// https://jarcasting.com/artifacts/tablelayout/TableLayout/
implementation 'tablelayout:TableLayout:20050920'
// https://jarcasting.com/artifacts/tablelayout/TableLayout/
implementation ("tablelayout:TableLayout:20050920")
'tablelayout:TableLayout:jar:20050920'
<dependency org="tablelayout" name="TableLayout" rev="20050920">
<artifact name="TableLayout" type="jar" />
</dependency>
@Grapes(
@Grab(group='tablelayout', module='TableLayout', version='20050920')
)
libraryDependencies += "tablelayout" % "TableLayout" % "20050920"
[tablelayout/TableLayout "20050920"]