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