MVN

com.github.kiprobinson : bigfraction

Maven & Gradle

Aug 13, 2017
38 stars

Big Fraction · Java library to represent arbitrary-precision fraction as a ratio of two BigIntegers.

<dependency>
    <groupId>com.github.kiprobinson</groupId>
    <artifactId>bigfraction</artifactId>
    <version>1.1.0-java6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kiprobinson : bigfraction to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0-java6

All Versions

Choose a version of com.github.kiprobinson : bigfraction to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
bigfraction-1.1.0-java6
bigfraction-1.1.0-java7
bigfraction-1.1.0
1.0.x
bigfraction-1.0.0-java6
bigfraction-1.0.0-java7
bigfraction-1.0.0
0.0.x
bigfraction-0.0.4-java6
bigfraction-0.0.4-java7
bigfraction-0.0.4
bigfraction-0.0.3-java7
bigfraction-0.0.3
bigfraction-0.0.2

How to add a dependency to Maven

Add the following com.github.kiprobinson : bigfraction maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kiprobinson</groupId>
    <artifactId>bigfraction</artifactId>
    <version>1.1.0-java6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kiprobinson : bigfraction gradle dependency to your build.gradle file:

implementation 'com.github.kiprobinson:bigfraction:1.1.0-java6'

Gradle Kotlin DSL: Add the following com.github.kiprobinson : bigfraction gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kiprobinson:bigfraction:1.1.0-java6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kiprobinson : bigfraction sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kiprobinson" % "bigfraction" % "1.1.0-java6"