| Categories |
CategoriesGUI User Interface JavaFX |
|---|---|
| GroupId | GroupIdcom.guigarage |
| ArtifactId | ArtifactIdjavafx-collection |
| Last Version | Last Version0.7 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| javafx-collection-0.7.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.guigarage/javafx-collection/ -->
<dependency>
<groupId>com.guigarage</groupId>
<artifactId>javafx-collection</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guigarage/javafx-collection/
implementation 'com.guigarage:javafx-collection:0.7'
// https://jarcasting.com/artifacts/com.guigarage/javafx-collection/
implementation ("com.guigarage:javafx-collection:0.7")
'com.guigarage:javafx-collection:pom:0.7'
<dependency org="com.guigarage" name="javafx-collection" rev="0.7">
<artifact name="javafx-collection" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guigarage', module='javafx-collection', version='0.7')
)
libraryDependencies += "com.guigarage" % "javafx-collection" % "0.7"
[com.guigarage/javafx-collection "0.7"]