Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.ext |
ArtifactId | ArtifactIdjersey-mvc-mustache |
Version | Version2.10.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.ext/jersey-mvc-mustache/ -->
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-mvc-mustache</artifactId>
<version>2.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext/jersey-mvc-mustache/
implementation 'org.glassfish.jersey.ext:jersey-mvc-mustache:2.10.1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext/jersey-mvc-mustache/
implementation ("org.glassfish.jersey.ext:jersey-mvc-mustache:2.10.1")
'org.glassfish.jersey.ext:jersey-mvc-mustache:jar:2.10.1'
<dependency org="org.glassfish.jersey.ext" name="jersey-mvc-mustache" rev="2.10.1">
<artifact name="jersey-mvc-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.ext', module='jersey-mvc-mustache', version='2.10.1')
)
libraryDependencies += "org.glassfish.jersey.ext" % "jersey-mvc-mustache" % "2.10.1"
[org.glassfish.jersey.ext/jersey-mvc-mustache "2.10.1"]