template-engine-manager

Defines a common interface for merging templates and discovery of implementations via Java's ServiceLoader mechanism

License

License

GroupId

GroupId

com.hbakkum.template
ArtifactId

ArtifactId

template-engine-manager
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

template-engine-manager
Defines a common interface for merging templates and discovery of implementations via Java's ServiceLoader mechanism

Download template-engine-manager

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 11.0.1
org.slf4j : slf4j-api jar 1.6.6

test (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0