is not current version
Last Version 8.9.0

com.cedarsoft.dependencies-sets:openjfx 8.7.0

Contains the dependencies for OpenJFX

GroupId

GroupId

com.cedarsoft.dependencies-sets
ArtifactId

ArtifactId

openjfx
Version

Version

8.7.0
Type

Type

jar

Download openjfx 8.7.0


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