Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdcom.guigarage |
ArtifactId | ArtifactIdresponsivefx |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
responsivefx-0.7.pom | |
responsivefx-0.7.jar | 8 KB |
responsivefx-0.7-sources.jar | 4 KB |
responsivefx-0.7-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guigarage/responsivefx/ -->
<dependency>
<groupId>com.guigarage</groupId>
<artifactId>responsivefx</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.guigarage/responsivefx/
implementation 'com.guigarage:responsivefx:0.7'
// https://jarcasting.com/artifacts/com.guigarage/responsivefx/
implementation ("com.guigarage:responsivefx:0.7")
'com.guigarage:responsivefx:jar:0.7'
<dependency org="com.guigarage" name="responsivefx" rev="0.7">
<artifact name="responsivefx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guigarage', module='responsivefx', version='0.7')
)
libraryDependencies += "com.guigarage" % "responsivefx" % "0.7"
[com.guigarage/responsivefx "0.7"]