is not current version
Last Version 1.2.73-SNAPSHOTO

com.itangcent:intellij-kotlin 0.2.8.RELEASE

Help for developing plugins for JetBrains products.

Categories

Categories

Kotlin Languages IntelliJ IDEA Development Tools IDE
GroupId

GroupId

com.itangcent
ArtifactId

ArtifactId

intellij-kotlin
Version

Version

0.2.8.RELEASE
Type

Type

pom

Download intellij-kotlin 0.2.8.RELEASE


<!-- https://jarcasting.com/artifacts/com.itangcent/intellij-kotlin/ -->
<dependency>
    <groupId>com.itangcent</groupId>
    <artifactId>intellij-kotlin</artifactId>
    <version>0.2.8.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.itangcent/intellij-kotlin/
implementation 'com.itangcent:intellij-kotlin:0.2.8.RELEASE'
// https://jarcasting.com/artifacts/com.itangcent/intellij-kotlin/
implementation ("com.itangcent:intellij-kotlin:0.2.8.RELEASE")
'com.itangcent:intellij-kotlin:pom:0.2.8.RELEASE'
<dependency org="com.itangcent" name="intellij-kotlin" rev="0.2.8.RELEASE">
  <artifact name="intellij-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.itangcent', module='intellij-kotlin', version='0.2.8.RELEASE')
)
libraryDependencies += "com.itangcent" % "intellij-kotlin" % "0.2.8.RELEASE"
[com.itangcent/intellij-kotlin "0.2.8.RELEASE"]