| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.hbakkum.template | 
    
| ArtifactId | ArtifactIdtemplate-engine-manager | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptiontemplate-engine-manager 
            Defines a common interface for merging templates and discovery of implementations via Java's ServiceLoader mechanism 
         | 
    
<!-- https://jarcasting.com/artifacts/com.hbakkum.template/template-engine-manager/ -->
<dependency>
    <groupId>com.hbakkum.template</groupId>
    <artifactId>template-engine-manager</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.hbakkum.template/template-engine-manager/
implementation 'com.hbakkum.template:template-engine-manager:1.0.0'
                // https://jarcasting.com/artifacts/com.hbakkum.template/template-engine-manager/
implementation ("com.hbakkum.template:template-engine-manager:1.0.0")
                'com.hbakkum.template:template-engine-manager:jar:1.0.0'
                <dependency org="com.hbakkum.template" name="template-engine-manager" rev="1.0.0">
  <artifact name="template-engine-manager" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.hbakkum.template', module='template-engine-manager', version='1.0.0')
)
                libraryDependencies += "com.hbakkum.template" % "template-engine-manager" % "1.0.0"
                [com.hbakkum.template/template-engine-manager "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.guava : guava | jar | 11.0.1 | 
| org.slf4j : slf4j-api | jar | 1.6.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.6.6 | 
| junit : junit | jar | 4.10 | 
| org.mockito : mockito-all | jar | 1.9.0 |