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