文件下载
文件名 操作
finwhale-0.9.5.jar 下载
finwhale-0.9.5.pom 下载
finwhale-0.9.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.hullbend</groupId>
  <artifactId>finwhale</artifactId>
  <version>0.9.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.hullbend:finwhale:0.9.5'
Gradle Kotlin
implementation("com.github.hullbend:finwhale:0.9.5")
Scala SBT
libraryDependencies += "com.github.hullbend" % "finwhale" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hullbend', module='finwhale', version='0.9.5')
)
Apache Ivy
<dependency org="com.github.hullbend" name="finwhale" rev="0.9.5" />
Leiningen
[com.github.hullbend/finwhale "0.9.5"]
Apache Buildr
'com.github.hullbend:finwhale:jar:0.9.5'
本项目依赖
该项目无第三方依赖