| License | 
                License | 
        
|---|---|
| GroupId | GroupIdio.machinecode | 
    
| ArtifactId | ArtifactIdmachinecode-parent | 
    
| Last Version | Last Version1.0.7 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionMachineCode Parent 
            Parent POM for MachineCode projects 
         | 
    
| Project Organization | 
                    Project OrganizationMachineCode | 
            
| Filename | Size | 
|---|---|
| machinecode-parent-1.0.7.pom | 19 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.machinecode/machinecode-parent/ -->
<dependency>
    <groupId>io.machinecode</groupId>
    <artifactId>machinecode-parent</artifactId>
    <version>1.0.7</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.machinecode/machinecode-parent/
implementation 'io.machinecode:machinecode-parent:1.0.7'
                // https://jarcasting.com/artifacts/io.machinecode/machinecode-parent/
implementation ("io.machinecode:machinecode-parent:1.0.7")
                'io.machinecode:machinecode-parent:pom:1.0.7'
                <dependency org="io.machinecode" name="machinecode-parent" rev="1.0.7">
  <artifact name="machinecode-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.machinecode', module='machinecode-parent', version='1.0.7')
)
                libraryDependencies += "io.machinecode" % "machinecode-parent" % "1.0.7"
                [io.machinecode/machinecode-parent "1.0.7"]