Categories |
CategoriesRapidoid Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.rapidoid |
ArtifactId | ArtifactIdrapidoid-templates-mustache |
Version | Version5.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.rapidoid/rapidoid-templates-mustache/ -->
<dependency>
<groupId>org.rapidoid</groupId>
<artifactId>rapidoid-templates-mustache</artifactId>
<version>5.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.rapidoid/rapidoid-templates-mustache/
implementation 'org.rapidoid:rapidoid-templates-mustache:5.0.3'
// https://jarcasting.com/artifacts/org.rapidoid/rapidoid-templates-mustache/
implementation ("org.rapidoid:rapidoid-templates-mustache:5.0.3")
'org.rapidoid:rapidoid-templates-mustache:jar:5.0.3'
<dependency org="org.rapidoid" name="rapidoid-templates-mustache" rev="5.0.3">
<artifact name="rapidoid-templates-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rapidoid', module='rapidoid-templates-mustache', version='5.0.3')
)
libraryDependencies += "org.rapidoid" % "rapidoid-templates-mustache" % "5.0.3"
[org.rapidoid/rapidoid-templates-mustache "5.0.3"]