is not current version
Last Version 1.2.2

org.watertemplate:watertemplate-example 1.2.1

Examples of applications using Water template engine

GroupId

GroupId

org.watertemplate
ArtifactId

ArtifactId

watertemplate-example
Version

Version

1.2.1
Type

Type

war

Download watertemplate-example 1.2.1


<!-- https://jarcasting.com/artifacts/org.watertemplate/watertemplate-example/ -->
<dependency>
    <groupId>org.watertemplate</groupId>
    <artifactId>watertemplate-example</artifactId>
    <version>1.2.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.watertemplate/watertemplate-example/
implementation 'org.watertemplate:watertemplate-example:1.2.1'
// https://jarcasting.com/artifacts/org.watertemplate/watertemplate-example/
implementation ("org.watertemplate:watertemplate-example:1.2.1")
'org.watertemplate:watertemplate-example:war:1.2.1'
<dependency org="org.watertemplate" name="watertemplate-example" rev="1.2.1">
  <artifact name="watertemplate-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.watertemplate', module='watertemplate-example', version='1.2.1')
)
libraryDependencies += "org.watertemplate" % "watertemplate-example" % "1.2.1"
[org.watertemplate/watertemplate-example "1.2.1"]