GroupId | GroupIdcom.github.edgarespina |
---|---|
ArtifactId | ArtifactIdhandlebars-markdown |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.edgarespina/handlebars-markdown/ -->
<dependency>
<groupId>com.github.edgarespina</groupId>
<artifactId>handlebars-markdown</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgarespina/handlebars-markdown/
implementation 'com.github.edgarespina:handlebars-markdown:0.3.0'
// https://jarcasting.com/artifacts/com.github.edgarespina/handlebars-markdown/
implementation ("com.github.edgarespina:handlebars-markdown:0.3.0")
'com.github.edgarespina:handlebars-markdown:jar:0.3.0'
<dependency org="com.github.edgarespina" name="handlebars-markdown" rev="0.3.0">
<artifact name="handlebars-markdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgarespina', module='handlebars-markdown', version='0.3.0')
)
libraryDependencies += "com.github.edgarespina" % "handlebars-markdown" % "0.3.0"
[com.github.edgarespina/handlebars-markdown "0.3.0"]