MVN

org.kotools : types-windows

Maven & Gradle

Aug 03, 2023
76 stars

Kotools Types · Multiplatform library providing explicit types for Kotlin.

<dependency>
    <groupId>org.kotools</groupId>
    <artifactId>types-windows</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.3.0
  • Latest Beta: 4.2.0-beta
  • Latest Alpha: 4.2.0-alpha

All Versions

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

Version Vulnerabilities Updated
4.3.x
types-windows-4.3.0
4.2.x
types-windows-4.2.0
types-windows-4.2.0-beta
types-windows-4.2.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>org.kotools</groupId>
    <artifactId>types-windows</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kotools : types-windows gradle dependency to your build.gradle file:

implementation 'org.kotools:types-windows:4.3.0'

Gradle Kotlin DSL: Add the following org.kotools : types-windows gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kotools:types-windows:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kotools : types-windows sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kotools" % "types-windows" % "4.3.0"

Advertisement