License |
License
GPLv3 with Classpath Exception
|
---|---|
GroupId | GroupIdcom.cedarsoft.dependencies-sets |
ArtifactId | ArtifactIdopenjfx |
Last Version | Last Version8.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondependencies-set.OpenJFX
Contains the dependencies for OpenJFX
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
openjfx-8.9.0.pom | 1 KB |
openjfx-8.9.0-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/openjfx/ -->
<dependency>
<groupId>com.cedarsoft.dependencies-sets</groupId>
<artifactId>openjfx</artifactId>
<version>8.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/openjfx/
implementation 'com.cedarsoft.dependencies-sets:openjfx:8.9.0'
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/openjfx/
implementation ("com.cedarsoft.dependencies-sets:openjfx:8.9.0")
'com.cedarsoft.dependencies-sets:openjfx:jar:8.9.0'
<dependency org="com.cedarsoft.dependencies-sets" name="openjfx" rev="8.9.0">
<artifact name="openjfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.dependencies-sets', module='openjfx', version='8.9.0')
)
libraryDependencies += "com.cedarsoft.dependencies-sets" % "openjfx" % "8.9.0"
[com.cedarsoft.dependencies-sets/openjfx "8.9.0"]