l

layeredgraphlayout

Library for layered graph layouts of directed (ideally acyclic) graphs. A fork of the original library at https://github.com/jfschaefer/layeredgraphlayout.
https://github.com/iharsuvorau/layeredgraphlayout
Apache License, Version 2.0
Jan Frederik Schaefer Ihar Suvorau
Files download
File Operation
layeredgraphlayout-1.0.2.jar download
layeredgraphlayout-1.0.2.pom download
layeredgraphlayout-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.iharsuvorau</groupId>
  <artifactId>layeredgraphlayout</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.iharsuvorau:layeredgraphlayout:1.0.2'
Gradle Kotlin
implementation("io.github.iharsuvorau:layeredgraphlayout:1.0.2")
Scala SBT
libraryDependencies += "io.github.iharsuvorau" % "layeredgraphlayout" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.iharsuvorau', module='layeredgraphlayout', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.iharsuvorau" name="layeredgraphlayout" rev="1.0.2" />
Leiningen
[io.github.iharsuvorau/layeredgraphlayout "1.0.2"]
Apache Buildr
'io.github.iharsuvorau:layeredgraphlayout:jar:1.0.2'
Dependencies