| GroupId | GroupIdio.avaje |
|---|---|
| ArtifactId | ArtifactIdavaje-jex-mustache |
| Version | Version2.0-RC2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.avaje/avaje-jex-mustache/ -->
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-mustache</artifactId>
<version>2.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.avaje/avaje-jex-mustache/
implementation 'io.avaje:avaje-jex-mustache:2.0-RC2'
// https://jarcasting.com/artifacts/io.avaje/avaje-jex-mustache/
implementation ("io.avaje:avaje-jex-mustache:2.0-RC2")
'io.avaje:avaje-jex-mustache:jar:2.0-RC2'
<dependency org="io.avaje" name="avaje-jex-mustache" rev="2.0-RC2">
<artifact name="avaje-jex-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.avaje', module='avaje-jex-mustache', version='2.0-RC2')
)
libraryDependencies += "io.avaje" % "avaje-jex-mustache" % "2.0-RC2"
[io.avaje/avaje-jex-mustache "2.0-RC2"]