MVN

com.github.spoptchev : kotlin-preconditions

Maven & Gradle

Jun 26, 2018
19 stars

Kotlin Preconditions · Kotlin Preconditions

<dependency>
    <groupId>com.github.spoptchev</groupId>
    <artifactId>kotlin-preconditions</artifactId>
    <version>6.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.spoptchev : kotlin-preconditions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.0

All Versions

Choose a version of com.github.spoptchev : kotlin-preconditions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
kotlin-preconditions-6.1.0
6.0.x
kotlin-preconditions-6.0.0
5.2.x
kotlin-preconditions-5.2.1
kotlin-preconditions-5.2.0
5.1.x
kotlin-preconditions-5.1.0
5.0.x
kotlin-preconditions-5.0.0
4.0.x
kotlin-preconditions-4.0.0
3.0.x
kotlin-preconditions-3.0.1
kotlin-preconditions-3.0.0
2.0.x
kotlin-preconditions-2.0.0
1.0.x
kotlin-preconditions-1.0.0
0.1.x
kotlin-preconditions-0.1.1
kotlin-preconditions-0.1.0

How to add a dependency to Maven

Add the following com.github.spoptchev : kotlin-preconditions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.spoptchev</groupId>
    <artifactId>kotlin-preconditions</artifactId>
    <version>6.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.spoptchev : kotlin-preconditions gradle dependency to your build.gradle file:

implementation 'com.github.spoptchev:kotlin-preconditions:6.1.0'

Gradle Kotlin DSL: Add the following com.github.spoptchev : kotlin-preconditions gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.spoptchev:kotlin-preconditions:6.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.spoptchev : kotlin-preconditions sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.spoptchev" % "kotlin-preconditions" % "6.1.0"