MVN

org.eclipse.krazo.ext : krazo-mustache

Maven & Gradle

Sep 27, 2022
44 stars

Eclipse Krazo Mustache Extension

<dependency>
    <groupId>org.eclipse.krazo.ext</groupId>
    <artifactId>krazo-mustache</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.krazo.ext : krazo-mustache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0
  • Latest Release Candidate: 1.0.0-RC1
  • Latest Beta: 1.0.0-Beta1

All Versions

Choose a version of org.eclipse.krazo.ext : krazo-mustache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
krazo-mustache-3.0.0
2.0.x
krazo-mustache-2.0.2
krazo-mustache-2.0.1
krazo-mustache-2.0.0
1.1.x
krazo-mustache-1.1.1
krazo-mustache-1.1.0
krazo-mustache-1.1.0-M1
1.0.x
krazo-mustache-1.0.0
krazo-mustache-1.0.0-RC1
krazo-mustache-1.0.0-Beta1

How to add a dependency to Maven

Add the following org.eclipse.krazo.ext : krazo-mustache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.krazo.ext</groupId>
    <artifactId>krazo-mustache</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.krazo.ext : krazo-mustache gradle dependency to your build.gradle file:

implementation 'org.eclipse.krazo.ext:krazo-mustache:3.0.0'

Gradle Kotlin DSL: Add the following org.eclipse.krazo.ext : krazo-mustache gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.krazo.ext:krazo-mustache:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.krazo.ext : krazo-mustache sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.krazo.ext" % "krazo-mustache" % "3.0.0"