is not current version
Last Version 8.9.2

com.cedarsoft.dependencies-sets:kotlin 8.8.0

Contains the dependencies for kotlin based projects

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.cedarsoft.dependencies-sets
ArtifactId

ArtifactId

kotlin
Version

Version

8.8.0
Type

Type

jar

Download kotlin 8.8.0


<!-- https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/kotlin/ -->
<dependency>
    <groupId>com.cedarsoft.dependencies-sets</groupId>
    <artifactId>kotlin</artifactId>
    <version>8.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/kotlin/
implementation 'com.cedarsoft.dependencies-sets:kotlin:8.8.0'
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/kotlin/
implementation ("com.cedarsoft.dependencies-sets:kotlin:8.8.0")
'com.cedarsoft.dependencies-sets:kotlin:jar:8.8.0'
<dependency org="com.cedarsoft.dependencies-sets" name="kotlin" rev="8.8.0">
  <artifact name="kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.dependencies-sets', module='kotlin', version='8.8.0')
)
libraryDependencies += "com.cedarsoft.dependencies-sets" % "kotlin" % "8.8.0"
[com.cedarsoft.dependencies-sets/kotlin "8.8.0"]