License |
License |
---|---|
Categories |
CategoriesSquare Business Logic Libraries Financial |
GroupId | GroupIdcom.perihelios.math |
ArtifactId | ArtifactIdsquare-root |
Last Version | Last Version0.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSquare Root Utilities
Math utilities for working with square roots
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
square-root-0.8.0.pom | |
square-root-0.8.0.jar | 11 KB |
square-root-0.8.0-tests.jar | 14 KB |
square-root-0.8.0-test-sources.jar | 9 KB |
square-root-0.8.0-sources.jar | 10 KB |
square-root-0.8.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.perihelios.math/square-root/ -->
<dependency>
<groupId>com.perihelios.math</groupId>
<artifactId>square-root</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.perihelios.math/square-root/
implementation 'com.perihelios.math:square-root:0.8.0'
// https://jarcasting.com/artifacts/com.perihelios.math/square-root/
implementation ("com.perihelios.math:square-root:0.8.0")
'com.perihelios.math:square-root:jar:0.8.0'
<dependency org="com.perihelios.math" name="square-root" rev="0.8.0">
<artifact name="square-root" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.perihelios.math', module='square-root', version='0.8.0')
)
libraryDependencies += "com.perihelios.math" % "square-root" % "0.8.0"
[com.perihelios.math/square-root "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |