MVN

com.iohao.widget : iohao-kit

Maven & Gradle

Dec 23, 2020
4 usages

Paladin2 Common · Paladin2 Common library

<dependency>
    <groupId>com.iohao.widget</groupId>
    <artifactId>iohao-kit</artifactId>
    <version>0.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iohao.widget : iohao-kit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.5

All Versions

Choose a version of com.iohao.widget : iohao-kit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
iohao-kit-0.5.5
iohao-kit-0.5.3
iohao-kit-0.5.2
0.4
iohao-kit-0.4
0.2
iohao-kit-0.2
0.1
iohao-kit-0.1

How to add a dependency to Maven

Add the following com.iohao.widget : iohao-kit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.iohao.widget</groupId>
    <artifactId>iohao-kit</artifactId>
    <version>0.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.iohao.widget : iohao-kit gradle dependency to your build.gradle file:

implementation 'com.iohao.widget:iohao-kit:0.5.5'

Gradle Kotlin DSL: Add the following com.iohao.widget : iohao-kit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.iohao.widget:iohao-kit:0.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.iohao.widget : iohao-kit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.iohao.widget" % "iohao-kit" % "0.5.5"

Advertisement