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