License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdli.rudin.mavenjs |
ArtifactId | ArtifactIdhandlebars |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
handlebars-1.3.0.pom | |
handlebars-1.3.0.jar | 23 KB |
handlebars-1.3.0-sources.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/li.rudin.mavenjs/handlebars/ -->
<dependency>
<groupId>li.rudin.mavenjs</groupId>
<artifactId>handlebars</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/li.rudin.mavenjs/handlebars/
implementation 'li.rudin.mavenjs:handlebars:1.3.0'
// https://jarcasting.com/artifacts/li.rudin.mavenjs/handlebars/
implementation ("li.rudin.mavenjs:handlebars:1.3.0")
'li.rudin.mavenjs:handlebars:jar:1.3.0'
<dependency org="li.rudin.mavenjs" name="handlebars" rev="1.3.0">
<artifact name="handlebars" type="jar" />
</dependency>
@Grapes(
@Grab(group='li.rudin.mavenjs', module='handlebars', version='1.3.0')
)
libraryDependencies += "li.rudin.mavenjs" % "handlebars" % "1.3.0"
[li.rudin.mavenjs/handlebars "1.3.0"]