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