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