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