GroupId | GroupIdcom.github.edgarespina |
---|---|
ArtifactId | ArtifactIdhandlebars.java |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
handlebars.java-0.1.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgarespina/handlebars.java/ -->
<dependency>
<groupId>com.github.edgarespina</groupId>
<artifactId>handlebars.java</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgarespina/handlebars.java/
implementation 'com.github.edgarespina:handlebars.java:0.1.0'
// https://jarcasting.com/artifacts/com.github.edgarespina/handlebars.java/
implementation ("com.github.edgarespina:handlebars.java:0.1.0")
'com.github.edgarespina:handlebars.java:pom:0.1.0'
<dependency org="com.github.edgarespina" name="handlebars.java" rev="0.1.0">
<artifact name="handlebars.java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.edgarespina', module='handlebars.java', version='0.1.0')
)
libraryDependencies += "com.github.edgarespina" % "handlebars.java" % "0.1.0"
[com.github.edgarespina/handlebars.java "0.1.0"]