k.commonmark-ext-image-attributes.0.23.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commonmark-ext-image-attributes Show documentation
Show all versions of commonmark-ext-image-attributes Show documentation
commonmark-java extension for adding attributes to images
The newest version!
module org.commonmark.ext.image.attributes {
exports org.commonmark.ext.image.attributes;
requires org.commonmark;
}