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