| License |
License |
|---|---|
| GroupId | GroupIdorg.watertemplate |
| ArtifactId | ArtifactIdwatertemplate-jaxrs-binding |
| Version | Version1.2.2 |
| Type | Typejar |
| Description |
DescriptionWater Template JAX-RS Binding
JAX-RS Binding to Water template engine
|
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.watertemplate/watertemplate-jaxrs-binding/ -->
<dependency>
<groupId>org.watertemplate</groupId>
<artifactId>watertemplate-jaxrs-binding</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.watertemplate/watertemplate-jaxrs-binding/
implementation 'org.watertemplate:watertemplate-jaxrs-binding:1.2.2'
// https://jarcasting.com/artifacts/org.watertemplate/watertemplate-jaxrs-binding/
implementation ("org.watertemplate:watertemplate-jaxrs-binding:1.2.2")
'org.watertemplate:watertemplate-jaxrs-binding:jar:1.2.2'
<dependency org="org.watertemplate" name="watertemplate-jaxrs-binding" rev="1.2.2">
<artifact name="watertemplate-jaxrs-binding" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.watertemplate', module='watertemplate-jaxrs-binding', version='1.2.2')
)
libraryDependencies += "org.watertemplate" % "watertemplate-jaxrs-binding" % "1.2.2"
[org.watertemplate/watertemplate-jaxrs-binding "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.watertemplate : watertemplate-engine | jar | 1.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |