License |
License |
---|---|
GroupId | GroupIdorg.gillius |
ArtifactId | ArtifactIdjfxutils-parent |
Version | Version1.0 |
Type | Typepom |
Description |
DescriptionJFXUtils Parent
Zoom and Pan Charts and Pane Scaling
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jfxutils-parent-1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gillius/jfxutils-parent/ -->
<dependency>
<groupId>org.gillius</groupId>
<artifactId>jfxutils-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gillius/jfxutils-parent/
implementation 'org.gillius:jfxutils-parent:1.0'
// https://jarcasting.com/artifacts/org.gillius/jfxutils-parent/
implementation ("org.gillius:jfxutils-parent:1.0")
'org.gillius:jfxutils-parent:pom:1.0'
<dependency org="org.gillius" name="jfxutils-parent" rev="1.0">
<artifact name="jfxutils-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gillius', module='jfxutils-parent', version='1.0')
)
libraryDependencies += "org.gillius" % "jfxutils-parent" % "1.0"
[org.gillius/jfxutils-parent "1.0"]