| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMaven Build Tools | 
        
| GroupId | GroupIdcom.gluonhq | 
    
| ArtifactId | ArtifactIdgluonfx-maven-archetypes | 
    
| Last Version | Last Version0.0.3 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionMaven Archetypes for GluonFX 
            Maven archetypes for creating different types of GluonFX applications. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| gluonfx-maven-archetypes-0.0.3.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.gluonhq/gluonfx-maven-archetypes/ -->
<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>gluonfx-maven-archetypes</artifactId>
    <version>0.0.3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.gluonhq/gluonfx-maven-archetypes/
implementation 'com.gluonhq:gluonfx-maven-archetypes:0.0.3'
                // https://jarcasting.com/artifacts/com.gluonhq/gluonfx-maven-archetypes/
implementation ("com.gluonhq:gluonfx-maven-archetypes:0.0.3")
                'com.gluonhq:gluonfx-maven-archetypes:pom:0.0.3'
                <dependency org="com.gluonhq" name="gluonfx-maven-archetypes" rev="0.0.3">
  <artifact name="gluonfx-maven-archetypes" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.gluonhq', module='gluonfx-maven-archetypes', version='0.0.3')
)
                libraryDependencies += "com.gluonhq" % "gluonfx-maven-archetypes" % "0.0.3"
                [com.gluonhq/gluonfx-maven-archetypes "0.0.3"]