is not current version
Last Version 1.2.73-SNAPSHOTO

com.itangcent:intellij-kotlin 0.1.2-beta1

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.1.2-beta1
Type

Type

pom

Download intellij-kotlin 0.1.2-beta1


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