License |
License |
---|---|
Categories |
CategoriesIntelliJ IDEA Development Tools IDE JavaFX User Interface |
GroupId | GroupIdcom.github.adedayo.intellij.sdk |
ArtifactId | ArtifactIdjavaFX |
Last Version | Last Version142.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjavaFX
A packaging of the IntelliJ Community Edition javaFX library.
This is release number 1 of trunk branch 142.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javaFX-142.1.pom | |
javaFX-142.1.jar | 317 KB |
javaFX-142.1-sources.jar | 125 KB |
javaFX-142.1-javadoc.jar | 487 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/javaFX/ -->
<dependency>
<groupId>com.github.adedayo.intellij.sdk</groupId>
<artifactId>javaFX</artifactId>
<version>142.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/javaFX/
implementation 'com.github.adedayo.intellij.sdk:javaFX:142.1'
// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/javaFX/
implementation ("com.github.adedayo.intellij.sdk:javaFX:142.1")
'com.github.adedayo.intellij.sdk:javaFX:jar:142.1'
<dependency org="com.github.adedayo.intellij.sdk" name="javaFX" rev="142.1">
<artifact name="javaFX" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adedayo.intellij.sdk', module='javaFX', version='142.1')
)
libraryDependencies += "com.github.adedayo.intellij.sdk" % "javaFX" % "142.1"
[com.github.adedayo.intellij.sdk/javaFX "142.1"]