MarkdownJ Core

Core functionality provided by MarkdownJ.

License

License

BSD license
GroupId

GroupId

org.markdownj
ArtifactId

ArtifactId

markdownj-core
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

jar
Description

Description

MarkdownJ Core
Core functionality provided by MarkdownJ.

Download markdownj-core

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.11

Project Modules

There are no modules declared in this project.

README

Build Status

MarkdownJ is the pure Java port of Markdown (a text-to-html conversion tool written by John Gruber.)

Quick Start

If you're after the core functionality provided by MarkdownJ, add markdown-core as a dependency:

<dependency>
  <groupId>org.markdownj</groupId>
  <artifactId>markdownj-core</artifactId>
  <version>0.4</version>
</dependency>

Related Projects

License

The project is licensed under a Revised BSD License. Refer to the accompanying LICENSE file.

Versions

Version
0.4