is not current version
Last Version 1.1.2

com.github.heuermh.sparkling:sparkling-template 1.0

Template routes for Sparkling web framework.

GroupId

GroupId

com.github.heuermh.sparkling
ArtifactId

ArtifactId

sparkling-template
Version

Version

1.0
Type

Type

jar

Download sparkling-template 1.0


<!-- https://jarcasting.com/artifacts/com.github.heuermh.sparkling/sparkling-template/ -->
<dependency>
    <groupId>com.github.heuermh.sparkling</groupId>
    <artifactId>sparkling-template</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heuermh.sparkling/sparkling-template/
implementation 'com.github.heuermh.sparkling:sparkling-template:1.0'
// https://jarcasting.com/artifacts/com.github.heuermh.sparkling/sparkling-template/
implementation ("com.github.heuermh.sparkling:sparkling-template:1.0")
'com.github.heuermh.sparkling:sparkling-template:jar:1.0'
<dependency org="com.github.heuermh.sparkling" name="sparkling-template" rev="1.0">
  <artifact name="sparkling-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heuermh.sparkling', module='sparkling-template', version='1.0')
)
libraryDependencies += "com.github.heuermh.sparkling" % "sparkling-template" % "1.0"
[com.github.heuermh.sparkling/sparkling-template "1.0"]