is not current version
Last Version 1.2.0

com.schuerger.math:rationalj 1.1.0-RELEASE

A lightweight Java library for rational numbers

GroupId

GroupId

com.schuerger.math
ArtifactId

ArtifactId

rationalj
Version

Version

1.1.0-RELEASE
Type

Type

jar

Download rationalj 1.1.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.schuerger.math/rationalj/ -->
<dependency>
    <groupId>com.schuerger.math</groupId>
    <artifactId>rationalj</artifactId>
    <version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.schuerger.math/rationalj/
implementation 'com.schuerger.math:rationalj:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.schuerger.math/rationalj/
implementation ("com.schuerger.math:rationalj:1.1.0-RELEASE")
'com.schuerger.math:rationalj:jar:1.1.0-RELEASE'
<dependency org="com.schuerger.math" name="rationalj" rev="1.1.0-RELEASE">
  <artifact name="rationalj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.schuerger.math', module='rationalj', version='1.1.0-RELEASE')
)
libraryDependencies += "com.schuerger.math" % "rationalj" % "1.1.0-RELEASE"
[com.schuerger.math/rationalj "1.1.0-RELEASE"]