Using a Snapshot Version

Snapshot versions will be published to oss.jfrog.org. To use a snapshot version of the the AsciidoctorJ library add this repository to your project:

<repositories>
    <repository>
        <id>snapshots</id>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <releases>
            <enabled>false</enabled>
        </releases>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </repository>
</repositories>

If you build your project using Gradle add the repository like this to your build:

repositories {
    maven {
        url 'https://oss.sonatype.org/content/repositories/snapshots/'
    }
}

You can also download a snapshot version of the distribution from here: oss.sonatype.org/service/local/repositories/snapshots/content/org/asciidoctor/asciidoctorj/2.4.3-SNAPSHOT/.