Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.turansky.cesium |
ArtifactId | ArtifactIdcesium-kotlin |
Version | Version1.80.0-11 |
Type | Typepom |
Filename | Size |
---|---|
cesium-kotlin-1.80.0-11.pom | |
cesium-kotlin-1.80.0-11-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-11</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-11'
// https://jarcasting.com/artifacts/com.github.turansky.cesium/cesium-kotlin/
implementation ("com.github.turansky.cesium:cesium-kotlin:1.80.0-11")
'com.github.turansky.cesium:cesium-kotlin:pom:1.80.0-11'
<dependency org="com.github.turansky.cesium" name="cesium-kotlin" rev="1.80.0-11">
<artifact name="cesium-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.turansky.cesium', module='cesium-kotlin', version='1.80.0-11')
)
libraryDependencies += "com.github.turansky.cesium" % "cesium-kotlin" % "1.80.0-11"
[com.github.turansky.cesium/cesium-kotlin "1.80.0-11"]