License |
License |
---|---|
GroupId | GroupIdcom.anrisoftware.jmejfx |
ArtifactId | ArtifactIdjme-jfx |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjme-jfx :: JME3 JavaFX Bridge
Updated to JavaFX 16 and jMonkeyEngine 3.5.2. Forked from the from jme-jfx-11-jayfella-github, now at https://github.com/jMonkeyEngine-archive/jme-jfx-11-jayfella-github
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jme-jfx-1.0.0.pom | |
jme-jfx-1.0.0.jar | 77 KB |
jme-jfx-1.0.0-tests.jar | 14 KB |
jme-jfx-1.0.0-test-sources.jar | 12 KB |
jme-jfx-1.0.0-sources.jar | 105 KB |
jme-jfx-1.0.0-javadoc.jar | 386 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.anrisoftware.jmejfx/jme-jfx/ -->
<dependency>
<groupId>com.anrisoftware.jmejfx</groupId>
<artifactId>jme-jfx</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.anrisoftware.jmejfx/jme-jfx/
implementation 'com.anrisoftware.jmejfx:jme-jfx:1.0.0'
// https://jarcasting.com/artifacts/com.anrisoftware.jmejfx/jme-jfx/
implementation ("com.anrisoftware.jmejfx:jme-jfx:1.0.0")
'com.anrisoftware.jmejfx:jme-jfx:jar:1.0.0'
<dependency org="com.anrisoftware.jmejfx" name="jme-jfx" rev="1.0.0">
<artifact name="jme-jfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anrisoftware.jmejfx', module='jme-jfx', version='1.0.0')
)
libraryDependencies += "com.anrisoftware.jmejfx" % "jme-jfx" % "1.0.0"
[com.anrisoftware.jmejfx/jme-jfx "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
org.openjfx : javafx-base | jar | 16 |
org.openjfx : javafx-controls | jar | 16 |
org.openjfx : javafx-graphics | jar | 16 |
org.openjfx : javafx-fxml | jar | 16 |
org.jmonkeyengine : jme3-core | jar | 3.5.2-stable |
org.jmonkeyengine : jme3-lwjgl3 | jar | 3.5.2-stable |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.testfx : testfx-junit5 | jar | 4.0.16-alpha |