| Categories | 
                CategoriesGUI User Interface | 
        
|---|---|
| GroupId | GroupIdcom.guigarage | 
    
| ArtifactId | ArtifactIdcontrols | 
    
| Last Version | Last Version0.7 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Filename | Size | 
|---|---|
| controls-0.7.pom | |
| controls-0.7.jar | 41 KB | 
| controls-0.7-sources.jar | 15 KB | 
| controls-0.7-javadoc.jar | 130 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guigarage/controls/ -->
<dependency>
    <groupId>com.guigarage</groupId>
    <artifactId>controls</artifactId>
    <version>0.7</version>
</dependency>
                // https://jarcasting.com/artifacts/com.guigarage/controls/
implementation 'com.guigarage:controls:0.7'
                // https://jarcasting.com/artifacts/com.guigarage/controls/
implementation ("com.guigarage:controls:0.7")
                'com.guigarage:controls:jar:0.7'
                <dependency org="com.guigarage" name="controls" rev="0.7">
  <artifact name="controls" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.guigarage', module='controls', version='0.7')
)
                libraryDependencies += "com.guigarage" % "controls" % "0.7"
                [com.guigarage/controls "0.7"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.guigarage : css-helper | jar | 0.7 | 
| com.guigarage : ui-basics | jar | 0.7 | 
| org.reactfx : reactfx | jar | 1.4 |