d

decimal4j

Java library for fast fixed-point arithmetic based on longs with support for up to 18 decimal places.
http://decimal4j.org
MIT License
Marco Terzer Viktor Majer
Files download
File Operation
decimal4j-1.0.3.jar download
decimal4j-1.0.3.pom download
decimal4j-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.decimal4j</groupId>
  <artifactId>decimal4j</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.decimal4j:decimal4j:1.0.3'
Gradle Kotlin
implementation("org.decimal4j:decimal4j:1.0.3")
Scala SBT
libraryDependencies += "org.decimal4j" % "decimal4j" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.decimal4j', module='decimal4j', version='1.0.3')
)
Apache Ivy
<dependency org="org.decimal4j" name="decimal4j" rev="1.0.3" />
Leiningen
[org.decimal4j/decimal4j "1.0.3"]
Apache Buildr
'org.decimal4j:decimal4j:jar:1.0.3'