j

jersey-mvc-mustache

Jersey extension module providing support for Mustache templates.
Files download
File Operation
jersey-mvc-mustache-2.12.jar download
jersey-mvc-mustache-2.12.pom download
jersey-mvc-mustache-2.12-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.jersey.ext</groupId>
  <artifactId>jersey-mvc-mustache</artifactId>
  <version>2.12</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.jersey.ext:jersey-mvc-mustache:2.12'
Gradle Kotlin
implementation("org.glassfish.jersey.ext:jersey-mvc-mustache:2.12")
Scala SBT
libraryDependencies += "org.glassfish.jersey.ext" % "jersey-mvc-mustache" % "2.12"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.jersey.ext', module='jersey-mvc-mustache', version='2.12')
)
Apache Ivy
<dependency org="org.glassfish.jersey.ext" name="jersey-mvc-mustache" rev="2.12" />
Leiningen
[org.glassfish.jersey.ext/jersey-mvc-mustache "2.12"]
Apache Buildr
'org.glassfish.jersey.ext:jersey-mvc-mustache:jar:2.12'