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