MVN

net.zscript.maven-templates : mustache-templating

Maven & Gradle

Oct 10, 2023
1 stars

Mustache Templating Plugin Package · A Maven Plugin for generating files and source-code using Mustache templates, with a pluggable adapter system for constructing the contexts to populate those templates. Developed for model->code generation in Zscript: https://github.com/susanw1/zscript

<dependency>
    <groupId>net.zscript.maven-templates</groupId>
    <artifactId>mustache-templating</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.zscript.maven-templates : mustache-templating to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of net.zscript.maven-templates : mustache-templating to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
mustache-templating-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.zscript.maven-templates</groupId>
    <artifactId>mustache-templating</artifactId>
    <version>0.0.1</version>
</dependency>