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