GroupId | GroupIdio.github.gciatto |
---|---|
ArtifactId | ArtifactIdkt-math-jvm |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
kt-math-jvm-0.0.2.pom | |
kt-math-jvm-0.0.2.jar | 139 KB |
kt-math-jvm-0.0.2-sources.jar | 116 KB |
kt-math-jvm-0.0.2-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.gciatto/kt-math-jvm/ -->
<dependency>
<groupId>io.github.gciatto</groupId>
<artifactId>kt-math-jvm</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gciatto/kt-math-jvm/
implementation 'io.github.gciatto:kt-math-jvm:0.0.2'
// https://jarcasting.com/artifacts/io.github.gciatto/kt-math-jvm/
implementation ("io.github.gciatto:kt-math-jvm:0.0.2")
'io.github.gciatto:kt-math-jvm:jar:0.0.2'
<dependency org="io.github.gciatto" name="kt-math-jvm" rev="0.0.2">
<artifact name="kt-math-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gciatto', module='kt-math-jvm', version='0.0.2')
)
libraryDependencies += "io.github.gciatto" % "kt-math-jvm" % "0.0.2"
[io.github.gciatto/kt-math-jvm "0.0.2"]