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