kotlin-math-js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.minigdx</groupId>
<artifactId>kotlin-math-js</artifactId>
<version>1.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.minigdx</groupId>
<artifactId>kotlin-math-js</artifactId>
<version>1.1.0</version>
<packaging>klib</packaging>
<name>kotlin-math</name>
<description>Set of Kotlin APIs to make graphics math easier to write.</description>
<url>https://github.com/minigdx/kotlin-math</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://github.com/minigdx/kotlin-math/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<name>David Wursteisen</name>
<email>david.wursteisen+minigdx@gmail.com</email>
<url>https://github.com/dwursteisen</url>
</developer>
<developer>
<name>Romain Guy</name>
<email>romainguy@curious-creature.com</email>
<url>https://github.com/romainguy</url>
</developer>
<developer>
<name>Denis Konoplev</name>
<email>dekonoplyov@gmail.com</email>
</developer>
<developer>
<name>G0BL1N</name>
<email>piraka282@gmail.com</email>
</developer>
<developer>
<name>shiraji</name>
<email>isogai.shiraji@gmail.com</email>
</developer>
<developer>
<name>Kyle Nordbo</name>
<email>knordbo@atlassian.com</email>
</developer>
<developer>
<name>Ryan Harter</name>
<email>ryanjharter@gmail.com</email>
</developer>
<developer>
<name>Ravindra Kumar</name>
<email>ravindrakumar8088@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/minigdx/kotlin-math/.git</connection>
<url>https://github.com/minigdx/kotlin-math</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/minigdx/kotlin-math/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-js</artifactId>
<version>1.6.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>1.6.21</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>