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.