Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 858 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 858 Bytes

commonmark-java with JPMS

Maven Central

This is a fork of commonmark-java with jpms support (see this comment). The original project is not going to support jpms natively and the other fork is on bintray which is closed, so I'm creating this new fork and publishing it to maven central.

<dependency>
    <groupId>org.aya-prover</groupId>
    <artifactId>commonmark</artifactId>
    <version>0.21.1</version>
</dependency>

The module names to use in Java 9 are org.commonmark, org.commonmark.ext.autolink, etc, corresponding to package names.