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