не последняя версия
Последняя версия 1.2.0

com.schuerger.math:rationalj 1.1.0-RELEASE

A lightweight Java library for rational numbers

Группа

Группа

com.schuerger.math
Идентификатор

Идентификатор

rationalj
Версия

Версия

1.1.0-RELEASE
Тип

Тип

jar

Скачать 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"]