| License |
License |
|---|---|
| GroupId | GroupIdcom.telenav.kivakit |
| ArtifactId | ArtifactIdkivakit-math |
| Version | Version0.9.7-alpha |
| Type | Typejar |
| Description |
DescriptionKivaKit Extensions - Math
A collection of modules that extend KivaKit.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| kivakit-math-0.9.7-alpha.pom | |
| kivakit-math-0.9.7-alpha.jar | 8 KB |
| kivakit-math-0.9.7-alpha-sources.jar | 8 KB |
| kivakit-math-0.9.7-alpha-javadoc.jar | 428 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit-math/ -->
<dependency>
<groupId>com.telenav.kivakit</groupId>
<artifactId>kivakit-math</artifactId>
<version>0.9.7-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit-math/
implementation 'com.telenav.kivakit:kivakit-math:0.9.7-alpha'
// https://jarcasting.com/artifacts/com.telenav.kivakit/kivakit-math/
implementation ("com.telenav.kivakit:kivakit-math:0.9.7-alpha")
'com.telenav.kivakit:kivakit-math:jar:0.9.7-alpha'
<dependency org="com.telenav.kivakit" name="kivakit-math" rev="0.9.7-alpha">
<artifact name="kivakit-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telenav.kivakit', module='kivakit-math', version='0.9.7-alpha')
)
libraryDependencies += "com.telenav.kivakit" % "kivakit-math" % "0.9.7-alpha"
[com.telenav.kivakit/kivakit-math "0.9.7-alpha"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.telenav.kivakit : kivakit-collections | jar | 0.9.7-alpha |
| org.apache.commons : commons-math | jar | 2.1 |