Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.github.turansky.cesium |
ArtifactId | ArtifactIdcesium-kotlin |
Version | Version1.90.0-20 |
Type | Typepom |
Filename | Size |
---|---|
cesium-kotlin-1.90.0-20.pom | |
cesium-kotlin-1.90.0-20-sources.jar | 667 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.turansky.cesium/cesium-kotlin/ -->
<dependency>
<groupId>io.github.turansky.cesium</groupId>
<artifactId>cesium-kotlin</artifactId>
<version>1.90.0-20</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.turansky.cesium/cesium-kotlin/
implementation 'io.github.turansky.cesium:cesium-kotlin:1.90.0-20'
// https://jarcasting.com/artifacts/io.github.turansky.cesium/cesium-kotlin/
implementation ("io.github.turansky.cesium:cesium-kotlin:1.90.0-20")
'io.github.turansky.cesium:cesium-kotlin:pom:1.90.0-20'
<dependency org="io.github.turansky.cesium" name="cesium-kotlin" rev="1.90.0-20">
<artifact name="cesium-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.turansky.cesium', module='cesium-kotlin', version='1.90.0-20')
)
libraryDependencies += "io.github.turansky.cesium" % "cesium-kotlin" % "1.90.0-20"
[io.github.turansky.cesium/cesium-kotlin "1.90.0-20"]