MVN

com.github.spullara.mustache.java : indy

Maven & Gradle

Aug 25, 2015
1 usages
1.8k stars

indy · Invokedynamic implementation of ObjectHandler

<dependency>
    <groupId>com.github.spullara.mustache.java</groupId>
    <artifactId>indy</artifactId>
    <version>0.8.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.spullara.mustache.java : indy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.18

All Versions

Choose a version of com.github.spullara.mustache.java : indy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
indy-0.9.1
indy-0.9.0
0.8.x
indy-0.8.18
indy-0.8.17
indy-0.8.16
indy-0.8.15
indy-0.8.14
indy-0.8.13
indy-0.8.12.1
indy-0.8.12
indy-0.8.11
indy-0.8.10
indy-0.8.9
indy-0.8.8
indy-0.8.7
indy-0.8.6
indy-0.8.5
indy-0.8.4

How to add a dependency to Maven

Add the following com.github.spullara.mustache.java : indy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.spullara.mustache.java</groupId>
    <artifactId>indy</artifactId>
    <version>0.8.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.spullara.mustache.java : indy gradle dependency to your build.gradle file:

implementation 'com.github.spullara.mustache.java:indy:0.8.18'

Gradle Kotlin DSL: Add the following com.github.spullara.mustache.java : indy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.spullara.mustache.java:indy:0.8.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.spullara.mustache.java : indy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.spullara.mustache.java" % "indy" % "0.8.18"

Advertisement