License |
License |
---|---|
Categories |
CategoriesKotlin Languages IntelliJ IDEA Development Tools IDE |
GroupId | GroupIdcom.itangcent |
ArtifactId | ArtifactIdintellij-kotlin |
Last Version | Last Version1.2.73-SNAPSHOTO |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionIntellij Kotlin
Help for developing plugins for JetBrains products.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
intellij-kotlin-1.2.73-SNAPSHOTO.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itangcent/intellij-kotlin/ -->
<dependency>
<groupId>com.itangcent</groupId>
<artifactId>intellij-kotlin</artifactId>
<version>1.2.73-SNAPSHOTO</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.itangcent/intellij-kotlin/
implementation 'com.itangcent:intellij-kotlin:1.2.73-SNAPSHOTO'
// https://jarcasting.com/artifacts/com.itangcent/intellij-kotlin/
implementation ("com.itangcent:intellij-kotlin:1.2.73-SNAPSHOTO")
'com.itangcent:intellij-kotlin:pom:1.2.73-SNAPSHOTO'
<dependency org="com.itangcent" name="intellij-kotlin" rev="1.2.73-SNAPSHOTO">
<artifact name="intellij-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.itangcent', module='intellij-kotlin', version='1.2.73-SNAPSHOTO')
)
libraryDependencies += "com.itangcent" % "intellij-kotlin" % "1.2.73-SNAPSHOTO"
[com.itangcent/intellij-kotlin "1.2.73-SNAPSHOTO"]