| Categories |
CategoriesGUI User Interface |
|---|---|
| GroupId | GroupIdcom.guigarage |
| ArtifactId | ArtifactIdresponsivefx |
| Last Version | Last Version0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionResponsiveFX
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| responsivefx-0.8.pom | |
| responsivefx-0.8.jar | 8 KB |
| responsivefx-0.8-sources.jar | 4 KB |
| responsivefx-0.8-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.guigarage/responsivefx/ -->
<dependency>
<groupId>com.guigarage</groupId>
<artifactId>responsivefx</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.guigarage/responsivefx/
implementation 'com.guigarage:responsivefx:0.8'
// https://jarcasting.com/artifacts/com.guigarage/responsivefx/
implementation ("com.guigarage:responsivefx:0.8")
'com.guigarage:responsivefx:jar:0.8'
<dependency org="com.guigarage" name="responsivefx" rev="0.8">
<artifact name="responsivefx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guigarage', module='responsivefx', version='0.8')
)
libraryDependencies += "com.guigarage" % "responsivefx" % "0.8"
[com.guigarage/responsivefx "0.8"]