de.carne.jfx

Common JavaFX code shared between my projects

License

License

GroupId

GroupId

de.carne
ArtifactId

ArtifactId

jfx
Last Version

Last Version

2
Release Date

Release Date

Type

Type

jar
Description

Description

de.carne.jfx
Common JavaFX code shared between my projects
Project URL

Project URL

https://github.com/hdecarne/de.carne.jfx
Source Code Management

Source Code Management

https://github.com/hdecarne/de.carne.jfx.git

Download jfx

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
de.carne : default jar 2

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.testfx : testfx-core jar 4.0.5-alpha
org.testfx : openjfx-monocle jar 8u20-b26

Project Modules

There are no modules declared in this project.

Common JavaFX code shared between projects.

Build Status codecov

License

This project is subject to the the GNU General Public License version 3 or later version. See LICENSE information for details.

Versions

Version
2
1