Download
You can download the source on GitHub.
You need to use Java 17 and Kotlin 1.8.22 to run your generator.
Add to Dependencies
Gradle
Simply add this code to your build.gradle
:
dependencies {
implementation "io.github.over-run:ktwiki:+"
}
Maven
Simply add this code to your pom.xml
:
<dependencies>
<dependency>
<groupId>io.github.over-run</groupId>
<artifactId>ktwiki</artifactId>
<version>The version</version>
</dependency>
</dependencies>