is not current version
Last Version 0.2.2

com.github.goldin.plugins.gradle:kotlin 0.2

Gradle Plugins

Categories

Categories

Kotlin Languages Gradle Build Tools
GroupId

GroupId

com.github.goldin.plugins.gradle
ArtifactId

ArtifactId

kotlin
Version

Version

0.2
Type

Type

jar

Download kotlin 0.2


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