| GroupId | GroupIdcom.dlsc.workbenchfx |
|---|---|
| ArtifactId | ArtifactIdworkbenchfx-core |
| Version | Version11.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| workbenchfx-core-11.0.1.pom | |
| workbenchfx-core-11.0.1.jar | 12 MB |
| workbenchfx-core-11.0.1-sources.jar | 1 MB |
| workbenchfx-core-11.0.1-javadoc.jar | 720 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dlsc.workbenchfx/workbenchfx-core/ -->
<dependency>
<groupId>com.dlsc.workbenchfx</groupId>
<artifactId>workbenchfx-core</artifactId>
<version>11.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dlsc.workbenchfx/workbenchfx-core/
implementation 'com.dlsc.workbenchfx:workbenchfx-core:11.0.1'
// https://jarcasting.com/artifacts/com.dlsc.workbenchfx/workbenchfx-core/
implementation ("com.dlsc.workbenchfx:workbenchfx-core:11.0.1")
'com.dlsc.workbenchfx:workbenchfx-core:jar:11.0.1'
<dependency org="com.dlsc.workbenchfx" name="workbenchfx-core" rev="11.0.1">
<artifact name="workbenchfx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dlsc.workbenchfx', module='workbenchfx-core', version='11.0.1')
)
libraryDependencies += "com.dlsc.workbenchfx" % "workbenchfx-core" % "11.0.1"
[com.dlsc.workbenchfx/workbenchfx-core "11.0.1"]