Categories |
CategoriesJavaFX User Interface |
---|---|
GroupId | GroupIdorg.smallmind |
ArtifactId | ArtifactIdsmallmind-javafx |
Version | Version2.4.19 |
Type | Typepom |
Filename | Size |
---|---|
smallmind-javafx-2.4.19.pom | 813 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/smallmind-javafx/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-javafx</artifactId>
<version>2.4.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/smallmind-javafx/
implementation 'org.smallmind:smallmind-javafx:2.4.19'
// https://jarcasting.com/artifacts/org.smallmind/smallmind-javafx/
implementation ("org.smallmind:smallmind-javafx:2.4.19")
'org.smallmind:smallmind-javafx:pom:2.4.19'
<dependency org="org.smallmind" name="smallmind-javafx" rev="2.4.19">
<artifact name="smallmind-javafx" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='smallmind-javafx', version='2.4.19')
)
libraryDependencies += "org.smallmind" % "smallmind-javafx" % "2.4.19"
[org.smallmind/smallmind-javafx "2.4.19"]