| GroupId | GroupIdio.avaje |
|---|---|
| ArtifactId | ArtifactIdavaje-jex-mustache |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| avaje-jex-mustache-0.2.pom | |
| avaje-jex-mustache-0.2.jar | 3 KB |
| avaje-jex-mustache-0.2-sources.jar | 3 KB |
| avaje-jex-mustache-0.2-javadoc.jar | 394 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.avaje/avaje-jex-mustache/ -->
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-mustache</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.avaje/avaje-jex-mustache/
implementation 'io.avaje:avaje-jex-mustache:0.2'
// https://jarcasting.com/artifacts/io.avaje/avaje-jex-mustache/
implementation ("io.avaje:avaje-jex-mustache:0.2")
'io.avaje:avaje-jex-mustache:jar:0.2'
<dependency org="io.avaje" name="avaje-jex-mustache" rev="0.2">
<artifact name="avaje-jex-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.avaje', module='avaje-jex-mustache', version='0.2')
)
libraryDependencies += "io.avaje" % "avaje-jex-mustache" % "0.2"
[io.avaje/avaje-jex-mustache "0.2"]