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