MVN

io.github.cerrorism : kassert

Maven & Gradle

Jun 30, 2022
0 stars

Kassert Library · A Kotlin Assertion Library

<dependency>
    <groupId>io.github.cerrorism</groupId>
    <artifactId>kassert</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.cerrorism : kassert to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2

All Versions

Choose a version of io.github.cerrorism : kassert to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
kassert-1.7.2
kassert-1.7.0

How to add a dependency to Maven

Add the following io.github.cerrorism : kassert maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.cerrorism</groupId>
    <artifactId>kassert</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.cerrorism : kassert gradle dependency to your build.gradle file:

implementation 'io.github.cerrorism:kassert:1.7.2'

Gradle Kotlin DSL: Add the following io.github.cerrorism : kassert gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.cerrorism:kassert:1.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.cerrorism : kassert sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.cerrorism" % "kassert" % "1.7.2"