MVN

br.com.zup.kotlin : zkotlin

Maven & Gradle

May 01, 2018

Extensions for Kotlin Language · Extensions for Kotlin Language

<dependency>
    <groupId>br.com.zup.kotlin</groupId>
    <artifactId>zkotlin</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.zup.kotlin : zkotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of br.com.zup.kotlin : zkotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
zkotlin-1.0.5
zkotlin-1.0.4
zkotlin-1.0.3

How to add a dependency to Maven

Add the following br.com.zup.kotlin : zkotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.zup.kotlin</groupId>
    <artifactId>zkotlin</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.zup.kotlin : zkotlin gradle dependency to your build.gradle file:

implementation 'br.com.zup.kotlin:zkotlin:1.0.5'

Gradle Kotlin DSL: Add the following br.com.zup.kotlin : zkotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.zup.kotlin:zkotlin:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.zup.kotlin : zkotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.zup.kotlin" % "zkotlin" % "1.0.5"