License |
License |
---|---|
GroupId | GroupIdcom.schuerger.math |
ArtifactId | ArtifactIdrationalj |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRationalJ
A lightweight Java library for rational numbers
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rationalj-1.2.0.pom | |
rationalj-1.2.0.jar | 9 KB |
rationalj-1.2.0-sources.jar | 9 KB |
rationalj-1.2.0-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.schuerger.math/rationalj/ -->
<dependency>
<groupId>com.schuerger.math</groupId>
<artifactId>rationalj</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.schuerger.math/rationalj/
implementation 'com.schuerger.math:rationalj:1.2.0'
// https://jarcasting.com/artifacts/com.schuerger.math/rationalj/
implementation ("com.schuerger.math:rationalj:1.2.0")
'com.schuerger.math:rationalj:jar:1.2.0'
<dependency org="com.schuerger.math" name="rationalj" rev="1.2.0">
<artifact name="rationalj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.schuerger.math', module='rationalj', version='1.2.0')
)
libraryDependencies += "com.schuerger.math" % "rationalj" % "1.2.0"
[com.schuerger.math/rationalj "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |