License |
License |
---|---|
GroupId | GroupIdorg.jfxtras |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJFXtras Parent
The parent pom for the JFXtras project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.3.1.pom | 19 KB |
parent-1.3.1-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jfxtras/parent/ -->
<dependency>
<groupId>org.jfxtras</groupId>
<artifactId>parent</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxtras/parent/
implementation 'org.jfxtras:parent:1.3.1'
// https://jarcasting.com/artifacts/org.jfxtras/parent/
implementation ("org.jfxtras:parent:1.3.1")
'org.jfxtras:parent:jar:1.3.1'
<dependency org="org.jfxtras" name="parent" rev="1.3.1">
<artifact name="parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxtras', module='parent', version='1.3.1')
)
libraryDependencies += "org.jfxtras" % "parent" % "1.3.1"
[org.jfxtras/parent "1.3.1"]