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