GroupId | GroupIdio.github.gciatto |
---|---|
ArtifactId | ArtifactIdkt-math-jvm |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
kt-math-jvm-0.0.3.pom | |
kt-math-jvm-0.0.3.jar | 136 KB |
kt-math-jvm-0.0.3-sources.jar | 114 KB |
kt-math-jvm-0.0.3-javadoc.jar | 143 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gciatto/kt-math-jvm/
implementation 'io.github.gciatto:kt-math-jvm:0.0.3'
// https://jarcasting.com/artifacts/io.github.gciatto/kt-math-jvm/
implementation ("io.github.gciatto:kt-math-jvm:0.0.3")
'io.github.gciatto:kt-math-jvm:jar:0.0.3'
<dependency org="io.github.gciatto" name="kt-math-jvm" rev="0.0.3">
<artifact name="kt-math-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gciatto', module='kt-math-jvm', version='0.0.3')
)
libraryDependencies += "io.github.gciatto" % "kt-math-jvm" % "0.0.3"
[io.github.gciatto/kt-math-jvm "0.0.3"]