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