Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdch.obermuhlner |
ArtifactId | ArtifactIdkotlin-big-math |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-big-math-0.0.1.pom | |
kotlin-big-math-0.0.1.jar | 3 KB |
kotlin-big-math-0.0.1-sources.jar | 1 KB |
kotlin-big-math-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ch.obermuhlner/kotlin-big-math/ -->
<dependency>
<groupId>ch.obermuhlner</groupId>
<artifactId>kotlin-big-math</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.obermuhlner/kotlin-big-math/
implementation 'ch.obermuhlner:kotlin-big-math:0.0.1'
// https://jarcasting.com/artifacts/ch.obermuhlner/kotlin-big-math/
implementation ("ch.obermuhlner:kotlin-big-math:0.0.1")
'ch.obermuhlner:kotlin-big-math:jar:0.0.1'
<dependency org="ch.obermuhlner" name="kotlin-big-math" rev="0.0.1">
<artifact name="kotlin-big-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.obermuhlner', module='kotlin-big-math', version='0.0.1')
)
libraryDependencies += "ch.obermuhlner" % "kotlin-big-math" % "0.0.1"
[ch.obermuhlner/kotlin-big-math "0.0.1"]