License |
License |
---|---|
GroupId | GroupIdes.cenobit.vraptor |
ArtifactId | ArtifactIdvraptor-mustache |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionVRaptor Mustache
Handles download by reading from a mustache template
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vraptor-mustache-1.0.pom | |
vraptor-mustache-1.0.jar | 5 KB |
vraptor-mustache-1.0-sources.jar | 2 KB |
vraptor-mustache-1.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/es.cenobit.vraptor/vraptor-mustache/ -->
<dependency>
<groupId>es.cenobit.vraptor</groupId>
<artifactId>vraptor-mustache</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/es.cenobit.vraptor/vraptor-mustache/
implementation 'es.cenobit.vraptor:vraptor-mustache:1.0'
// https://jarcasting.com/artifacts/es.cenobit.vraptor/vraptor-mustache/
implementation ("es.cenobit.vraptor:vraptor-mustache:1.0")
'es.cenobit.vraptor:vraptor-mustache:jar:1.0'
<dependency org="es.cenobit.vraptor" name="vraptor-mustache" rev="1.0">
<artifact name="vraptor-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.cenobit.vraptor', module='vraptor-mustache', version='1.0')
)
libraryDependencies += "es.cenobit.vraptor" % "vraptor-mustache" % "1.0"
[es.cenobit.vraptor/vraptor-mustache "1.0"]
Group / Artifact | Type | Version |
---|---|---|
br.com.caelum : vraptor | jar | 3.5.3 |
com.github.spullara.mustache.java : compiler | jar | 0.8.12 |
org.apache.commons : commons-io | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |