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