License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdnl.wimmelstein |
ArtifactId | ArtifactIdmavenfx |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMaven FX
This is a starter project for Javafx
|
Project URL |
Project URL |
Filename | Size |
---|---|
mavenfx-1.5.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.wimmelstein/mavenfx/ -->
<dependency>
<groupId>nl.wimmelstein</groupId>
<artifactId>mavenfx</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.wimmelstein/mavenfx/
implementation 'nl.wimmelstein:mavenfx:1.5'
// https://jarcasting.com/artifacts/nl.wimmelstein/mavenfx/
implementation ("nl.wimmelstein:mavenfx:1.5")
'nl.wimmelstein:mavenfx:pom:1.5'
<dependency org="nl.wimmelstein" name="mavenfx" rev="1.5">
<artifact name="mavenfx" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.wimmelstein', module='mavenfx', version='1.5')
)
libraryDependencies += "nl.wimmelstein" % "mavenfx" % "1.5"
[nl.wimmelstein/mavenfx "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.openjfx : javafx | pom | 17 |
org.openjfx : javafx-controls | jar | 17 |