is not current version
Last Version 8.9.0

com.cedarsoft.dependencies-sets:openjfx 8.8.1

Contains the dependencies for OpenJFX

GroupId

GroupId

com.cedarsoft.dependencies-sets
ArtifactId

ArtifactId

openjfx
Version

Version

8.8.1
Type

Type

jar

Download openjfx 8.8.1


<!-- https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/openjfx/ -->
<dependency>
    <groupId>com.cedarsoft.dependencies-sets</groupId>
    <artifactId>openjfx</artifactId>
    <version>8.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/openjfx/
implementation 'com.cedarsoft.dependencies-sets:openjfx:8.8.1'
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/openjfx/
implementation ("com.cedarsoft.dependencies-sets:openjfx:8.8.1")
'com.cedarsoft.dependencies-sets:openjfx:jar:8.8.1'
<dependency org="com.cedarsoft.dependencies-sets" name="openjfx" rev="8.8.1">
  <artifact name="openjfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.dependencies-sets', module='openjfx', version='8.8.1')
)
libraryDependencies += "com.cedarsoft.dependencies-sets" % "openjfx" % "8.8.1"
[com.cedarsoft.dependencies-sets/openjfx "8.8.1"]