GroupId | GroupIdio.github.gciatto |
---|---|
ArtifactId | ArtifactIdkt-math |
Version | Version0.1.4 |
Type | Typepom |
Filename | Size |
---|---|
kt-math-0.1.4.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.gciatto/kt-math/ -->
<dependency>
<groupId>io.github.gciatto</groupId>
<artifactId>kt-math</artifactId>
<version>0.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.gciatto/kt-math/
implementation 'io.github.gciatto:kt-math:0.1.4'
// https://jarcasting.com/artifacts/io.github.gciatto/kt-math/
implementation ("io.github.gciatto:kt-math:0.1.4")
'io.github.gciatto:kt-math:pom:0.1.4'
<dependency org="io.github.gciatto" name="kt-math" rev="0.1.4">
<artifact name="kt-math" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.gciatto', module='kt-math', version='0.1.4')
)
libraryDependencies += "io.github.gciatto" % "kt-math" % "0.1.4"
[io.github.gciatto/kt-math "0.1.4"]