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