Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 763 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 763 Bytes

Double Implementation for Expr4j

Maven

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

Dependency Management

Maven

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

Gradle

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