j

jersey-mvc-mustache

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