kotlin-math

Math Library with Vector Support for Kotlin

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.patrick-mc
ArtifactId

ArtifactId

kotlin-math
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

kotlin-math
Math Library with Vector Support for Kotlin
Project URL

Project URL

https://github.com/patrick-mc/kotlin-math
Source Code Management

Source Code Management

https://github.com/patrick-mc/kotlin-math

Download kotlin-math

How to add to project

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

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.70

Project Modules

There are no modules declared in this project.

Math Library

Build Status Maintainability JitPack - Version Twitch Status

GitHub License GitHub Repository Size GitHub Commit Activity GitHub Last Commit GitHub Release Date GitHub Latest Release GitHub Downloads GitHub Issues GitHub Closed Issues GitHub Issues GitHub Closed Issues

Math Library with Vector Support for Kotlin

Features

  • MathHelper - Quick kotlin-math support
  • Vector - Calculable vector
  • VectorParser - Convert image and text to vector
  • VectorSpace - Vector collection

Gradle (Groovy)

allprojects {
   repositories {
       ...
       MavenCentral()
   }
}

...
dependencies {
   implementation 'com.github.patrick-mc:kotlin-math:1.0'
}

Gradle (Kotlin DSL)

allprojects {
   repositories {
       ...
       MavenCentral()
   }
}

...
dependencies {
   implementation("com.github.patrick-mc:kotlin-math:1.0")
}

Versions

Version
1.0