| License |
License |
|---|---|
| GroupId | GroupIdorg.watertemplate |
| ArtifactId | ArtifactIdwatertemplate-example |
| Version | Version1.2.2 |
| Type | Typewar |
| Description |
DescriptionWater Template Example
Examples of applications using Water template engine
|
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.watertemplate/watertemplate-example/ -->
<dependency>
<groupId>org.watertemplate</groupId>
<artifactId>watertemplate-example</artifactId>
<version>1.2.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.watertemplate/watertemplate-example/
implementation 'org.watertemplate:watertemplate-example:1.2.2'
// https://jarcasting.com/artifacts/org.watertemplate/watertemplate-example/
implementation ("org.watertemplate:watertemplate-example:1.2.2")
'org.watertemplate:watertemplate-example:war:1.2.2'
<dependency org="org.watertemplate" name="watertemplate-example" rev="1.2.2">
<artifact name="watertemplate-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.watertemplate', module='watertemplate-example', version='1.2.2')
)
libraryDependencies += "org.watertemplate" % "watertemplate-example" % "1.2.2"
[org.watertemplate/watertemplate-example "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.watertemplate : watertemplate-engine | jar | 1.2.2 |
| org.watertemplate : watertemplate-jaxrs-binding | jar | 1.2.2 |
| org.jboss.resteasy : resteasy-jaxrs | jar | 3.0.11.Final |
| org.jboss.resteasy : resteasy-servlet-initializer | jar | 3.0.11.Final |
| org.apache.commons : commons-lang3 | jar | 3.3.2 |