| License |
License |
|---|---|
| GroupId | GroupIdde.sciss |
| ArtifactId | ArtifactIddocking-frames-core |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondocking-frames-core
A window docking framework for Swing
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/de.sciss/docking-frames-core/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>docking-frames-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/docking-frames-core/
implementation 'de.sciss:docking-frames-core:2.0.0'
// https://jarcasting.com/artifacts/de.sciss/docking-frames-core/
implementation ("de.sciss:docking-frames-core:2.0.0")
'de.sciss:docking-frames-core:jar:2.0.0'
<dependency org="de.sciss" name="docking-frames-core" rev="2.0.0">
<artifact name="docking-frames-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='docking-frames-core', version='2.0.0')
)
libraryDependencies += "de.sciss" % "docking-frames-core" % "2.0.0"
[de.sciss/docking-frames-core "2.0.0"]