Skip to content

expr4j/expr4j-bigdecimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigDecimal Implementation for Expr4j

Maven

This is a Java library providing BigDecimal datatype implementation for Expr4j library.

Dependency Management

Maven

<dependency>
    <groupId>in.pratanumandal</groupId>
    <artifactId>expr4j-bigdecimal</artifactId>
    <version>1.0</version>
</dependency>

Gradle

dependencies {
    implementation 'in.pratanumandal:expr4j-bigdecimal:1.0'
}