Categories |
CategoriesBootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.nhl.bootique.mvc |
ArtifactId | ArtifactIdbootique-mvc-mustache |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.mvc/bootique-mvc-mustache/ -->
<dependency>
<groupId>com.nhl.bootique.mvc</groupId>
<artifactId>bootique-mvc-mustache</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.mvc/bootique-mvc-mustache/
implementation 'com.nhl.bootique.mvc:bootique-mvc-mustache:0.2'
// https://jarcasting.com/artifacts/com.nhl.bootique.mvc/bootique-mvc-mustache/
implementation ("com.nhl.bootique.mvc:bootique-mvc-mustache:0.2")
'com.nhl.bootique.mvc:bootique-mvc-mustache:jar:0.2'
<dependency org="com.nhl.bootique.mvc" name="bootique-mvc-mustache" rev="0.2">
<artifact name="bootique-mvc-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.mvc', module='bootique-mvc-mustache', version='0.2')
)
libraryDependencies += "com.nhl.bootique.mvc" % "bootique-mvc-mustache" % "0.2"
[com.nhl.bootique.mvc/bootique-mvc-mustache "0.2"]