MVN

pw.forst : katlib

Maven & Gradle

Apr 12, 2022
81 stars

Katlib · Kotlin Additional Library - useful extension functions

<dependency>
    <groupId>pw.forst</groupId>
    <artifactId>katlib</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pw.forst : katlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2
  • Latest Release Candidate: 2.0.0.RC.0

All Versions

Choose a version of pw.forst : katlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
katlib-2.1.2
katlib-2.1.1
katlib-2.1.0
2.0.x
katlib-2.0.4
katlib-2.0.3
katlib-2.0.2
katlib-2.0.1
katlib-2.0.0.RC.0
katlib-2.0.0

How to add a dependency to Maven

Add the following pw.forst : katlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pw.forst</groupId>
    <artifactId>katlib</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pw.forst : katlib gradle dependency to your build.gradle file:

implementation 'pw.forst:katlib:2.1.2'

Gradle Kotlin DSL: Add the following pw.forst : katlib gradle kotlin dependency to your build.gradle.kts file:

implementation("pw.forst:katlib:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following pw.forst : katlib sbt scala dependency to your build.sbt file:

libraryDependencies += "pw.forst" % "katlib" % "2.1.2"

Advertisement