| GroupId | GroupIdcom.sparkjava |
|---|---|
| ArtifactId | ArtifactIdspark-template-mustache |
| Version | Version2.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sparkjava/spark-template-mustache/ -->
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-template-mustache</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sparkjava/spark-template-mustache/
implementation 'com.sparkjava:spark-template-mustache:2.3'
// https://jarcasting.com/artifacts/com.sparkjava/spark-template-mustache/
implementation ("com.sparkjava:spark-template-mustache:2.3")
'com.sparkjava:spark-template-mustache:jar:2.3'
<dependency org="com.sparkjava" name="spark-template-mustache" rev="2.3">
<artifact name="spark-template-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sparkjava', module='spark-template-mustache', version='2.3')
)
libraryDependencies += "com.sparkjava" % "spark-template-mustache" % "2.3"
[com.sparkjava/spark-template-mustache "2.3"]