Categories |
CategoriesJavaFX User Interface |
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-graphical-ext-javafx |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-graphical-ext-javafx/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-graphical-ext-javafx</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-graphical-ext-javafx/
implementation 'org.refcodes:refcodes-graphical-ext-javafx:1.1.2'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-graphical-ext-javafx/
implementation ("org.refcodes:refcodes-graphical-ext-javafx:1.1.2")
'org.refcodes:refcodes-graphical-ext-javafx:jar:1.1.2'
<dependency org="org.refcodes" name="refcodes-graphical-ext-javafx" rev="1.1.2">
<artifact name="refcodes-graphical-ext-javafx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-graphical-ext-javafx', version='1.1.2')
)
libraryDependencies += "org.refcodes" % "refcodes-graphical-ext-javafx" % "1.1.2"
[org.refcodes/refcodes-graphical-ext-javafx "1.1.2"]