Kotlin: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<source lang="xml">
{|class='wikitable'
|valign='top' style='width:50%'|
<syntaxhighlight lang='xml'>
<properties>
<properties>
    <kotlin.version>1.3.72</kotlin.version>
  <kotlin.version>1.3.72</kotlin.version>
</properties>
</properties>
</source>
</syntaxhighlight>


<source lang="xml">
|valign='top' style='width:50%'|
|-
|valign='top'|
<syntaxhighlight lang='xml'>
<dependencies>
<dependencies>
    <dependency>
  <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
    <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-stdlib</artifactId>
    <artifactId>kotlin-stdlib</artifactId>
        <version>${kotlin.version}</version>
    <version>${kotlin.version}</version>
    </dependency>
  </dependency>
</dependencies>
</dependencies>
</source>
</syntaxhighlight>


<source lang="xml">
|valign='top'|
<syntaxhighlight lang='xml'>
<dependencies>
<dependencies>
    <dependency>
  <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
    <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-osgi-bundle</artifactId>
    <artifactId>kotlin-osgi-bundle</artifactId>
        <version>${kotlin.version}</version>
    <version>${kotlin.version}</version>
    </dependency>
  </dependency>
</dependencies>
</dependencies>
</source>
</syntaxhighlight>
|}


==References==
==References==
{|
{|class='wikitable mw-collapsible'
| valign="top" |
!scope='col' style='text-align:left' colspan='3'|
* [https://spring.io/guides/tutorials/spring-boot-kotlin/ Building web applications with Spring Boot and Kotlin]
References
* [https://kotlinlang.org/docs/tutorials/javascript/getting-started-idea/getting-started-with-intellij-idea.html Getting Started with Kotlin and JavaScript]
|-
* [https://kotlinlang.org/docs/tutorials/getting-started.html Getting Started with IntelliJ IDEA]
|valign='top' style='width:33%'|
* [https://kotlinlang.org/docs/tutorials/getting-started-eclipse.html Getting Started with Eclipse IDE]
* [https://spring.io/guides/tutorials/spring-boot-kotlin/ Kotlin » Web applications with Spring Boot]
* [https://realkotlin.com/tutorials/2018-06-26-multiline-string-literals-in-kotlin/ Kotlin Multiline String Literals]
* [https://kotlinlang.org/docs/tutorials/javascript/getting-started-idea/getting-started-with-intellij-idea.html Kotlin » Getting Started with JavaScript]
* [https://kotlinlang.org/api/latest/jvm/stdlib/ Kotlin Standard Library]
* [https://kotlinlang.org/docs/tutorials/getting-started-eclipse.html Kotlin » Getting Started with Eclipse]
* [https://kotlinlang.org/docs/reference/using-maven.html Kotlin Maven Build]
* [https://kotlinlang.org/docs/tutorials/getting-started.html Kotlin » Getting Started with IntelliJ]
* [https://kotlinlang.org/api/latest/kotlin.test/ Kotlin Test Library]
* [https://realkotlin.com/tutorials/2018-06-26-multiline-string-literals-in-kotlin/ Kotlin » Multiline String Literals]
* [https://kotlinlang.org/docs/reference/kotlin-osgi.html Kotlin OSGi]
* [https://kotlinlang.org/api/latest/jvm/stdlib/ Kotlin » Standard Library]
* [https://kotlinlang.org/docs/tutorials/build-tools.html Build Tools]
* [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/tutorials/build-tools.html Kotlin » Build Tools]
* [https://kotlinlang.org/docs/reference/kotlin-osgi.html Kotlin » OSGi]


| valign="top" |
|valign='top' style='width:34%'|
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-design-patterns Kotlin » Core » Design Patterns]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-datastructures Kotlin » Core » Data Structures]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-date-time Kotlin » Core » Date and Time]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-constructors Kotlin » Core » Constructors]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-concurrency Kotlin » Core » Concurrency]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-annotations Kotlin » Core » Annotations]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-companion Kotlin » Core » Companion]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-collections Kotlin » Core » Collections]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-advanced Kotlin » Core » Advanced]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-arrays Kotlin » Core » Arrays]


|valign='top' style='width:33%'|
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-lang-scope Kotlin » Core » Lang » Scope]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-lang Kotlin » Core » Lang]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-files Kotlin » Core » Files]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-lang-oop Kotlin » Core » OOP]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin-io Kotlin » Core » IO]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/core-kotlin-modules/core-kotlin Kotlin » Core]
|-
|valign='top'|
* [https://kotlinlang.org/docs/java-to-kotlin-interop.html Kotlin » Calling from Java]
* [https://www.baeldung.com/kotlin/lombok Kotlin » With Lombok]
* [https://kotlinlang.org/docs/java-interop.html Kotlin » Calling Java]
* [https://kotlinlang.org/docs/mixing-java-kotlin-intellij.html Kotlin » Mixing Java]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/kotlin-json Kotlin » JSON]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/kotlin-math Kotlin » Math]
* [https://github.com/Baeldung/kotlin-tutorials/tree/master/kotlin-js Kotlin » JS]


|valign='top'|
|valign='top'|
|-
|valign='top'|
* [[Spring Exception Handling]]
* [[JSON Schema Validation]]
* [[Spring Security]]
* [[Apache Camel]]
* [[Netflix Eureka]]
* [[Java Lambda]]
* [[Camunda]]
* [[Spring]]
* [[Jasypt]]
* [[Java]]
|valign='top'|
* [https://blog.ippon.tech/comparing-java-lts-releases/ Comparing Java LTS Releases]
* [[MapStruct]]
* [[Logback]]
* [[Lombok]]
* [[Log4j2]]
|valign='top'|
|}
|}

Latest revision as of 03:34, 6 March 2026

<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>

References

References