文件下载
文件名 操作
natty-0.7.jar 下载
natty-0.7.pom 下载
natty-0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.joestelmach</groupId>
  <artifactId>natty</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'com.joestelmach:natty:0.7'
Gradle Kotlin
implementation("com.joestelmach:natty:0.7")
Scala SBT
libraryDependencies += "com.joestelmach" % "natty" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.joestelmach', module='natty', version='0.7')
)
Apache Ivy
<dependency org="com.joestelmach" name="natty" rev="0.7" />
Leiningen
[com.joestelmach/natty "0.7"]
Apache Buildr
'com.joestelmach:natty:jar:0.7'