| License |
License |
|---|---|
| GroupId | GroupIdio.github.otaka |
| ArtifactId | ArtifactIdswinglayoutbuilder |
| Version | Version0.3 |
| Type | Typejar |
| Description |
DescriptionSwing Layout Builder
Library that allows to create complex form with powerfull ConstraintLayout and builder syntax
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| swinglayoutbuilder-0.3.pom | |
| swinglayoutbuilder-0.3.jar | 22 KB |
| swinglayoutbuilder-0.3-sources.jar | 9 KB |
| swinglayoutbuilder-0.3-javadoc.jar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.otaka/swinglayoutbuilder/ -->
<dependency>
<groupId>io.github.otaka</groupId>
<artifactId>swinglayoutbuilder</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.otaka/swinglayoutbuilder/
implementation 'io.github.otaka:swinglayoutbuilder:0.3'
// https://jarcasting.com/artifacts/io.github.otaka/swinglayoutbuilder/
implementation ("io.github.otaka:swinglayoutbuilder:0.3")
'io.github.otaka:swinglayoutbuilder:jar:0.3'
<dependency org="io.github.otaka" name="swinglayoutbuilder" rev="0.3">
<artifact name="swinglayoutbuilder" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.otaka', module='swinglayoutbuilder', version='0.3')
)
libraryDependencies += "io.github.otaka" % "swinglayoutbuilder" % "0.3"
[io.github.otaka/swinglayoutbuilder "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |