License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.patrick-mc |
ArtifactId | ArtifactIdkotlin-math |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionkotlin-math
Math Library with Vector Support for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-math-1.0.pom | |
kotlin-math-1.0.jar | 13 KB |
kotlin-math-1.0-sources.jar | 9 KB |
kotlin-math-1.0-javadoc.jar | 37 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.70 |