| License |
License |
|---|---|
| GroupId | GroupIdcom.github.oryanmat |
| ArtifactId | ArtifactIdLayouts |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLayouts
Layouts provides an simple, clean and readable way for
arranging Swing components in containers.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| Layouts-2.0.pom | |
| Layouts-2.0.jar | 14 KB |
| Layouts-2.0-sources.jar | 5 KB |
| Layouts-2.0-javadoc.jar | 90 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.oryanmat/Layouts/ -->
<dependency>
<groupId>com.github.oryanmat</groupId>
<artifactId>Layouts</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oryanmat/Layouts/
implementation 'com.github.oryanmat:Layouts:2.0'
// https://jarcasting.com/artifacts/com.github.oryanmat/Layouts/
implementation ("com.github.oryanmat:Layouts:2.0")
'com.github.oryanmat:Layouts:jar:2.0'
<dependency org="com.github.oryanmat" name="Layouts" rev="2.0">
<artifact name="Layouts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oryanmat', module='Layouts', version='2.0')
)
libraryDependencies += "com.github.oryanmat" % "Layouts" % "2.0"
[com.github.oryanmat/Layouts "2.0"]