Files download
File Operation
jaskl-toml-1.4.1.jar download
jaskl-toml-1.4.1.pom download
jaskl-toml-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.almighty-satan.jaskl</groupId>
  <artifactId>jaskl-toml</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.almighty-satan.jaskl:jaskl-toml:1.4.1'
Gradle Kotlin
implementation("io.github.almighty-satan.jaskl:jaskl-toml:1.4.1")
Scala SBT
libraryDependencies += "io.github.almighty-satan.jaskl" % "jaskl-toml" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.almighty-satan.jaskl', module='jaskl-toml', version='1.4.1')
)
Apache Ivy
<dependency org="io.github.almighty-satan.jaskl" name="jaskl-toml" rev="1.4.1" />
Leiningen
[io.github.almighty-satan.jaskl/jaskl-toml "1.4.1"]
Apache Buildr
'io.github.almighty-satan.jaskl:jaskl-toml:jar:1.4.1'