| GroupId | GroupIduk.co.jemos.protomak | 
    
|---|---|
| ArtifactId | ArtifactIdprotomak-parent | 
    
| Version | Version0.0.1.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| protomak-parent-0.0.1.RELEASE.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/uk.co.jemos.protomak/protomak-parent/ -->
<dependency>
    <groupId>uk.co.jemos.protomak</groupId>
    <artifactId>protomak-parent</artifactId>
    <version>0.0.1.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/uk.co.jemos.protomak/protomak-parent/
implementation 'uk.co.jemos.protomak:protomak-parent:0.0.1.RELEASE'
                // https://jarcasting.com/artifacts/uk.co.jemos.protomak/protomak-parent/
implementation ("uk.co.jemos.protomak:protomak-parent:0.0.1.RELEASE")
                'uk.co.jemos.protomak:protomak-parent:pom:0.0.1.RELEASE'
                <dependency org="uk.co.jemos.protomak" name="protomak-parent" rev="0.0.1.RELEASE">
  <artifact name="protomak-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='uk.co.jemos.protomak', module='protomak-parent', version='0.0.1.RELEASE')
)
                libraryDependencies += "uk.co.jemos.protomak" % "protomak-parent" % "0.0.1.RELEASE"
                [uk.co.jemos.protomak/protomak-parent "0.0.1.RELEASE"]