MVN

io.github.kotools : types-mingwx64

Maven & Gradle

Dec 20, 2022
0 stars

Kotools Types · Commonly used types for Kotlin.

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
4.0.x
types-mingwx64-4.0.0-beta
3.2.x
types-mingwx64-3.2.0
types-mingwx64-3.2.0-alpha.1
3.1.x
types-mingwx64-3.1.1
types-mingwx64-3.1.0
3.0.x
types-mingwx64-3.0.1
types-mingwx64-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.kotools</groupId>
    <artifactId>types-mingwx64</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.kotools:types-mingwx64:3.2.0'

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

implementation("io.github.kotools:types-mingwx64:3.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.kotools" % "types-mingwx64" % "3.2.0"

Advertisement