| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.elk |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version0.8.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionEclipse Layout Kernel
An infrastructure for automatic graph layout and implementations of different layout algorithms.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-0.8.1.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.elk/parent/ -->
<dependency>
<groupId>org.eclipse.elk</groupId>
<artifactId>parent</artifactId>
<version>0.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.elk/parent/
implementation 'org.eclipse.elk:parent:0.8.1'
// https://jarcasting.com/artifacts/org.eclipse.elk/parent/
implementation ("org.eclipse.elk:parent:0.8.1")
'org.eclipse.elk:parent:pom:0.8.1'
<dependency org="org.eclipse.elk" name="parent" rev="0.8.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.elk', module='parent', version='0.8.1')
)
libraryDependencies += "org.eclipse.elk" % "parent" % "0.8.1"
[org.eclipse.elk/parent "0.8.1"]