| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdorg.eclipse.krazo.ext | 
    
| ArtifactId | ArtifactIdkrazo-handlebars | 
    
| Version | Version1.0.0-Beta1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.eclipse.krazo.ext/krazo-handlebars/ -->
<dependency>
    <groupId>org.eclipse.krazo.ext</groupId>
    <artifactId>krazo-handlebars</artifactId>
    <version>1.0.0-Beta1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.krazo.ext/krazo-handlebars/
implementation 'org.eclipse.krazo.ext:krazo-handlebars:1.0.0-Beta1'
                // https://jarcasting.com/artifacts/org.eclipse.krazo.ext/krazo-handlebars/
implementation ("org.eclipse.krazo.ext:krazo-handlebars:1.0.0-Beta1")
                'org.eclipse.krazo.ext:krazo-handlebars:jar:1.0.0-Beta1'
                <dependency org="org.eclipse.krazo.ext" name="krazo-handlebars" rev="1.0.0-Beta1">
  <artifact name="krazo-handlebars" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.krazo.ext', module='krazo-handlebars', version='1.0.0-Beta1')
)
                libraryDependencies += "org.eclipse.krazo.ext" % "krazo-handlebars" % "1.0.0-Beta1"
                [org.eclipse.krazo.ext/krazo-handlebars "1.0.0-Beta1"]