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