f

fluent-bigdecimals

Wrap Java-BigDecimals into a nice fluent API and ease up rounding user-defined precision/scale.
https://github.com/HonoluluHenk/fluent-bigdecimals
LGPL-3.0
Christoph Linder
文件下载
文件名 操作
fluent-bigdecimals-2.1.2.jar 下载
fluent-bigdecimals-2.1.2.pom 下载
fluent-bigdecimals-2.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.honoluluhenk.fluent-bigdecimals</groupId>
  <artifactId>fluent-bigdecimals</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.honoluluhenk.fluent-bigdecimals:fluent-bigdecimals:2.1.2'
Gradle Kotlin
implementation("com.github.honoluluhenk.fluent-bigdecimals:fluent-bigdecimals:2.1.2")
Scala SBT
libraryDependencies += "com.github.honoluluhenk.fluent-bigdecimals" % "fluent-bigdecimals" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.honoluluhenk.fluent-bigdecimals', module='fluent-bigdecimals', version='2.1.2')
)
Apache Ivy
<dependency org="com.github.honoluluhenk.fluent-bigdecimals" name="fluent-bigdecimals" rev="2.1.2" />
Leiningen
[com.github.honoluluhenk.fluent-bigdecimals/fluent-bigdecimals "2.1.2"]
Apache Buildr
'com.github.honoluluhenk.fluent-bigdecimals:fluent-bigdecimals:jar:2.1.2'