l

layouts

Layout algorithms writen in Java without dependency on specific ui technology. Components for different ui technologies using these algorithms.
http://amaronui.com
GNU General Public License, version 2, with the Classpath Exception
Anton Epple
Files download
File Operation
layouts-0.5.pom download
Apache Maven
<dependency>
  <groupId>com.dukescript.amaronui</groupId>
  <artifactId>layouts</artifactId>
  <version>0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.dukescript.amaronui:layouts:0.5'
Gradle Kotlin
implementation("com.dukescript.amaronui:layouts:0.5")
Scala SBT
libraryDependencies += "com.dukescript.amaronui" % "layouts" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.dukescript.amaronui', module='layouts', version='0.5')
)
Apache Ivy
<dependency org="com.dukescript.amaronui" name="layouts" rev="0.5" />
Leiningen
[com.dukescript.amaronui/layouts "0.5"]
Apache Buildr
'com.dukescript.amaronui:layouts:jar:0.5'
Dependencies
The project has no third-party dependencies