m

mustache-templating-maven-plugin-tests

Testing only - don't make this a dependency of any other projects! The goal of this project is to ensure that executions of the plugin can find their resources properly from both the filesystem and from the classpath.
Files download
File Operation
mustache-templating-maven-plugin-tests-0.0.1.jar download
mustache-templating-maven-plugin-tests-0.0.1.pom download
mustache-templating-maven-plugin-tests-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.zscript.maven-templates</groupId>
  <artifactId>mustache-templating-maven-plugin-tests</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.zscript.maven-templates:mustache-templating-maven-plugin-tests:0.0.1'
Gradle Kotlin
implementation("net.zscript.maven-templates:mustache-templating-maven-plugin-tests:0.0.1")
Scala SBT
libraryDependencies += "net.zscript.maven-templates" % "mustache-templating-maven-plugin-tests" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.zscript.maven-templates', module='mustache-templating-maven-plugin-tests', version='0.0.1')
)
Apache Ivy
<dependency org="net.zscript.maven-templates" name="mustache-templating-maven-plugin-tests" rev="0.0.1" />
Leiningen
[net.zscript.maven-templates/mustache-templating-maven-plugin-tests "0.0.1"]
Apache Buildr
'net.zscript.maven-templates:mustache-templating-maven-plugin-tests:jar:0.0.1'