Smarkdown - Jekyll Plugin

A simple JEE webapp that renders Markdown files as HTML or HTML slideshow.

License

License

GroupId

GroupId

com.java-adventures.smarkdown
ArtifactId

ArtifactId

smarkdown-jekyll
Last Version

Last Version

0.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

Smarkdown - Jekyll Plugin
A simple JEE webapp that renders Markdown files as HTML or HTML slideshow.

Download smarkdown-jekyll

How to add to project

<!-- https://jarcasting.com/artifacts/com.java-adventures.smarkdown/smarkdown-jekyll/ -->
<dependency>
    <groupId>com.java-adventures.smarkdown</groupId>
    <artifactId>smarkdown-jekyll</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.java-adventures.smarkdown/smarkdown-jekyll/
implementation 'com.java-adventures.smarkdown:smarkdown-jekyll:0.8.0'
// https://jarcasting.com/artifacts/com.java-adventures.smarkdown/smarkdown-jekyll/
implementation ("com.java-adventures.smarkdown:smarkdown-jekyll:0.8.0")
'com.java-adventures.smarkdown:smarkdown-jekyll:jar:0.8.0'
<dependency org="com.java-adventures.smarkdown" name="smarkdown-jekyll" rev="0.8.0">
  <artifact name="smarkdown-jekyll" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.java-adventures.smarkdown', module='smarkdown-jekyll', version='0.8.0')
)
libraryDependencies += "com.java-adventures.smarkdown" % "smarkdown-jekyll" % "0.8.0"
[com.java-adventures.smarkdown/smarkdown-jekyll "0.8.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.java-adventures.smarkdown : smarkdown-core jar 0.8.0
org.slf4j : slf4j-api jar 1.7.7
org.apache.commons : commons-lang3 jar 3.3.2

provided (2)

Group / Artifact Type Version
javax.enterprise : cdi-api jar 1.2
org.projectlombok : lombok jar 1.12.6

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.7
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.0
0.7.0