Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.jrebirth.af |
ArtifactId | ArtifactIdfxform |
Version | Version8.0.2 |
Type | Typejar |
Filename | Size |
---|---|
fxform-8.0.2.pom | |
fxform-8.0.2.jar | 5 KB |
fxform-8.0.2-tests.jar | 4 KB |
fxform-8.0.2-sources.jar | 3 KB |
fxform-8.0.2-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jrebirth.af/fxform/ -->
<dependency>
<groupId>org.jrebirth.af</groupId>
<artifactId>fxform</artifactId>
<version>8.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jrebirth.af/fxform/
implementation 'org.jrebirth.af:fxform:8.0.2'
// https://jarcasting.com/artifacts/org.jrebirth.af/fxform/
implementation ("org.jrebirth.af:fxform:8.0.2")
'org.jrebirth.af:fxform:jar:8.0.2'
<dependency org="org.jrebirth.af" name="fxform" rev="8.0.2">
<artifact name="fxform" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jrebirth.af', module='fxform', version='8.0.2')
)
libraryDependencies += "org.jrebirth.af" % "fxform" % "8.0.2"
[org.jrebirth.af/fxform "8.0.2"]