Kotlin: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<source lang="xml"> <properties> <kotlin.version>1.3.72</kotlin.version> </properties> </source> <source lang="xml"> <dependencies> <dependency> <groupId>org....") |
|||
Line 29: | Line 29: | ||
* [https://kotlinlang.org/docs/tutorials/getting-started.html Getting Started with IntelliJ IDEA] | * [https://kotlinlang.org/docs/tutorials/getting-started.html Getting Started with IntelliJ IDEA] | ||
* [https://kotlinlang.org/docs/tutorials/getting-started-eclipse.html Getting Started with Eclipse IDE] | * [https://kotlinlang.org/docs/tutorials/getting-started-eclipse.html Getting Started with Eclipse IDE] | ||
* [https://kotlinlang.org/api/latest/jvm/stdlib/ Kotlin Standard Library] | |||
* [https://kotlinlang.org/docs/reference/using-maven.html Kotlin Maven Build] | * [https://kotlinlang.org/docs/reference/using-maven.html Kotlin Maven Build] | ||
* [https://kotlinlang.org/api/latest/kotlin.test/ Kotlin Test Library] | |||
* [https://kotlinlang.org/docs/reference/kotlin-osgi.html Kotlin OSGi] | * [https://kotlinlang.org/docs/reference/kotlin-osgi.html Kotlin OSGi] | ||
* [https://kotlinlang.org/docs/tutorials/build-tools.html Build Tools] | * [https://kotlinlang.org/docs/tutorials/build-tools.html Build Tools] |
Revision as of 00:17, 10 August 2021
<properties>
<kotlin.version>1.3.72</kotlin.version>
</properties>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin.version}</version>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-osgi-bundle</artifactId>
<version>${kotlin.version}</version>
</dependency>
</dependencies>