Installation As a dependency¶ Maven¶ <dependency> <groupId>io.github.jam01</groupId> <artifactId>xtrasonnet</artifactId> <version>0.7.0</version> </dependency> Gradle¶ implementation "io.github.jam01:xtrasonnet:0.7.0" sbt¶ libraryDependencies += "io.github.jam01" % "xtrasonnet" % "0.7.0"