Repositories
Repositories for Templater platform – Maven, Ivy, Grape, Gradle, Buildr and SBT flavors.
Repositories
<dependency> <groupId>hr.ngs.templater</groupId> <artifactId>templater</artifactId> <version>8.1.0</version> <scope>compile</scope> </dependency>
<dependency org="hr.ngs.templater" name="templater" rev="8.1.0"/>
Grab(group='hr.ngs.templater', module='templater', version='8.1.0')
dependencies { compile 'hr.ngs.templater:templater:8.1.0' }
'hr.ngs.templater:templater:jar:8.1.0'
libraryDependencies += "hr.ngs.templater" %% "templater" % "8.1.0"Templater is regularly published against Scala versions: and 2.13.
If you are building a Java project using SBT then you should use the Java version of the Templater library, available through the following snippet:
// note that there is only one % for Java libraryDependencies += "hr.ngs.templater" % "templater" % "8.1.0"