| GroupId | GroupIdio.avaje |
|---|---|
| ArtifactId | ArtifactIdavaje-jex-mustache |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| avaje-jex-mustache-1.1.pom | |
| avaje-jex-mustache-1.1.jar | 3 KB |
| avaje-jex-mustache-1.1-sources.jar | 3 KB |
| avaje-jex-mustache-1.1-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>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.avaje/avaje-jex-mustache/
implementation 'io.avaje:avaje-jex-mustache:1.1'
// https://jarcasting.com/artifacts/io.avaje/avaje-jex-mustache/
implementation ("io.avaje:avaje-jex-mustache:1.1")
'io.avaje:avaje-jex-mustache:jar:1.1'
<dependency org="io.avaje" name="avaje-jex-mustache" rev="1.1">
<artifact name="avaje-jex-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.avaje', module='avaje-jex-mustache', version='1.1')
)
libraryDependencies += "io.avaje" % "avaje-jex-mustache" % "1.1"
[io.avaje/avaje-jex-mustache "1.1"]