License |
License
Apache License
|
---|---|
Categories |
CategoriesKotlin Languages Gradle Build Tools |
GroupId | GroupIdcom.github.goldin.plugins.gradle |
ArtifactId | ArtifactIdkotlin |
Last Version | Last Version0.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle Plugins
Gradle Plugins
|
Project URL |
Project URL |
Filename | Size |
---|---|
kotlin-0.2.2.pom | |
kotlin-0.2.2.jar | 70 KB |
kotlin-0.2.2-sources.jar | 7 KB |
kotlin-0.2.2-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.goldin.plugins.gradle/kotlin/ -->
<dependency>
<groupId>com.github.goldin.plugins.gradle</groupId>
<artifactId>kotlin</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.goldin.plugins.gradle/kotlin/
implementation 'com.github.goldin.plugins.gradle:kotlin:0.2.2'
// https://jarcasting.com/artifacts/com.github.goldin.plugins.gradle/kotlin/
implementation ("com.github.goldin.plugins.gradle:kotlin:0.2.2")
'com.github.goldin.plugins.gradle:kotlin:jar:0.2.2'
<dependency org="com.github.goldin.plugins.gradle" name="kotlin" rev="0.2.2">
<artifact name="kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.goldin.plugins.gradle', module='kotlin', version='0.2.2')
)
libraryDependencies += "com.github.goldin.plugins.gradle" % "kotlin" % "0.2.2"
[com.github.goldin.plugins.gradle/kotlin "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.goldin.plugins.gradle : common | jar | 0.2.2 |
org.codehaus.gpars : gpars | jar | 1.0.0 |
org.gcontracts : gcontracts-core | jar | 1.2.10 |
org.jetbrains.kotlin : kotlin-compiler | jar | 0.5.162 |
org.jetbrains.kotlin : kdoc | jar | 0.5.162 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
ch.qos.logback : logback-classic | jar | 1.0.9 |