| GroupId | GroupIdde.psi.pjf.fx.layout |
|---|---|
| ArtifactId | ArtifactIdfx-dnd-layout |
| Version | Version0.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fx-dnd-layout-0.0.8.pom | |
| fx-dnd-layout-0.0.8.jar | 120 KB |
| fx-dnd-layout-0.0.8-sources.jar | 66 KB |
| fx-dnd-layout-0.0.8-javadoc.jar | 751 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.psi.pjf.fx.layout/fx-dnd-layout/ -->
<dependency>
<groupId>de.psi.pjf.fx.layout</groupId>
<artifactId>fx-dnd-layout</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.psi.pjf.fx.layout/fx-dnd-layout/
implementation 'de.psi.pjf.fx.layout:fx-dnd-layout:0.0.8'
// https://jarcasting.com/artifacts/de.psi.pjf.fx.layout/fx-dnd-layout/
implementation ("de.psi.pjf.fx.layout:fx-dnd-layout:0.0.8")
'de.psi.pjf.fx.layout:fx-dnd-layout:jar:0.0.8'
<dependency org="de.psi.pjf.fx.layout" name="fx-dnd-layout" rev="0.0.8">
<artifact name="fx-dnd-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.psi.pjf.fx.layout', module='fx-dnd-layout', version='0.0.8')
)
libraryDependencies += "de.psi.pjf.fx.layout" % "fx-dnd-layout" % "0.0.8"
[de.psi.pjf.fx.layout/fx-dnd-layout "0.0.8"]