| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.laamella | 
    
| ArtifactId | ArtifactIdgencodegen-parent | 
    
| Last Version | Last Version0.10 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptioncom.laamella:gencodegen-parent 
            Generic Code Generator. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| gencodegen-parent-0.10.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.laamella/gencodegen-parent/ -->
<dependency>
    <groupId>com.laamella</groupId>
    <artifactId>gencodegen-parent</artifactId>
    <version>0.10</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.laamella/gencodegen-parent/
implementation 'com.laamella:gencodegen-parent:0.10'
                // https://jarcasting.com/artifacts/com.laamella/gencodegen-parent/
implementation ("com.laamella:gencodegen-parent:0.10")
                'com.laamella:gencodegen-parent:pom:0.10'
                <dependency org="com.laamella" name="gencodegen-parent" rev="0.10">
  <artifact name="gencodegen-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.laamella', module='gencodegen-parent', version='0.10')
)
                libraryDependencies += "com.laamella" % "gencodegen-parent" % "0.10"
                [com.laamella/gencodegen-parent "0.10"]