MVN

com.github.horseshoe : horseshoe

Maven & Gradle

Jul 28, 2023
4 stars

Horseshoe · Horseshoe for Java is a templating system used to generate source code and other dynamic content from a template and organized data. It uses a Mustache-like syntax with extended expressions for dynamic data manipulation.

<dependency>
    <groupId>com.github.horseshoe</groupId>
    <artifactId>horseshoe</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.horseshoe : horseshoe to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.github.horseshoe : horseshoe to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
horseshoe-2.1
2.0.x
horseshoe-2.0.2
horseshoe-2.0.1
2.0
horseshoe-2.0
1.3
horseshoe-1.3
1.2
horseshoe-1.2
1.1
horseshoe-1.1
1.0
horseshoe-1.0
0.9.x
horseshoe-0.9.24
horseshoe-0.9.23
horseshoe-0.9.22
horseshoe-0.9.21
horseshoe-0.9.20
horseshoe-0.9.18
horseshoe-0.9.15
horseshoe-0.9.11
horseshoe-0.9.10
horseshoe-0.9.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.horseshoe</groupId>
    <artifactId>horseshoe</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.horseshoe : horseshoe gradle dependency to your build.gradle file:

implementation 'com.github.horseshoe:horseshoe:2.1'

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

implementation("com.github.horseshoe:horseshoe:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.horseshoe : horseshoe sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.horseshoe" % "horseshoe" % "2.1"