Kotlin is a statically typed programming language that compiles to JVM byte codes and JavaScript
'org.jetbrains.kotlin:kotlin-maven-plugin:1.0.0'
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>1.0.0</version>
</dependency>
<dependency org="org.jetbrains.kotlin" name="kotlin-maven-plugin" rev="1.0.0"/>
"org.jetbrains.kotlin", "kotlin-maven-plugin", "1.0.0"