MVN

io.github.kotools : types

Maven & Gradle

Apr 03, 2023
1 usages
73 stars

Kotools Types · Multiplatform library providing explicit types for Kotlin.

<dependency>
    <groupId>io.github.kotools</groupId>
    <artifactId>types</artifactId>
    <version>4.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.1.0
  • Latest Beta: 4.0.0-beta
  • Latest Alpha: 3.2.0-alpha.1

All Versions

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

Version Vulnerabilities Updated
4.1.x
types-4.1.0
4.0.x
types-4.0.1
types-4.0.0
types-4.0.0-beta
3.2.x
types-3.2.0
types-3.2.0-alpha.1
3.1.x
types-3.1.1
types-3.1.0
3.0.x
types-3.0.1
types-3.0.0
2.0.x
types-2.0.0
1.3.x
types-1.3.1
types-1.3.0
1.2.x
types-1.2.1
types-1.2.0
1.1.x
types-1.1.1
types-1.1.0
1.0.x
types-1.0.1
types-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.kotools</groupId>
    <artifactId>types</artifactId>
    <version>4.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.kotools:types:4.1.0'

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

implementation("io.github.kotools:types:4.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.kotools" % "types" % "4.1.0"