MVN

com.samskivert : jmustache

Maven & Gradle

Jul 10, 2019
132 usages
722 stars

jmustache · A Java implementation of the Mustache templating language.

<dependency>
    <groupId>com.samskivert</groupId>
    <artifactId>jmustache</artifactId>
    <version>1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.samskivert : jmustache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15

All Versions

Choose a version of com.samskivert : jmustache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15
jmustache-1.15
1.14
jmustache-1.14
1.13
jmustache-1.13
1.12
jmustache-1.12
1.11
jmustache-1.11
1.10
jmustache-1.10
1.9
jmustache-1.9
1.8
jmustache-1.8
1.7
jmustache-1.7
1.6
jmustache-1.6
1.5
jmustache-1.5
1.4
jmustache-1.4
1.3
jmustache-1.3
1.2
jmustache-1.2
1.1
jmustache-1.1
1.0
jmustache-1.0

How to add a dependency to Maven

Add the following com.samskivert : jmustache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.samskivert</groupId>
    <artifactId>jmustache</artifactId>
    <version>1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.samskivert : jmustache gradle dependency to your build.gradle file:

implementation 'com.samskivert:jmustache:1.15'

Gradle Kotlin DSL: Add the following com.samskivert : jmustache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.samskivert:jmustache:1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.samskivert : jmustache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.samskivert" % "jmustache" % "1.15"

Advertisement

Dependencies from Group

Jul 10, 2019
132 usages
722 stars
Mar 12, 2015
14 usages
22 stars
Apr 23, 2017
11 usages
5 stars
Jun 04, 2017
5 usages
44 stars
Nov 03, 2016
1 usages
8 stars

Discover Dependencies

Aug 14, 2023
64 usages
15 stars
Jan 10, 2017
16 usages
58 stars
Jul 07, 2022
303 usages
1.1k stars
May 19, 2023
17 usages
21.5k stars
Jun 21, 2023
606 usages
1.3k stars
May 15, 2016
89 usages
Aug 09, 2023
491 usages
2.7k stars
Sep 20, 2005