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