MVN

com.iohao.game : other-tool

Maven & Gradle

Aug 17, 2023
487 stars
<dependency>
    <groupId>com.iohao.game</groupId>
    <artifactId>other-tool</artifactId>
    <version>17.1.54</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iohao.game : other-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.1.54

All Versions

Choose a version of com.iohao.game : other-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.1.x
other-tool-17.1.54
other-tool-17.1.53
other-tool-17.1.52
other-tool-17.1.51
other-tool-17.1.50
other-tool-17.1.49
other-tool-17.1.48
other-tool-17.1.47
other-tool-17.1.46
other-tool-17.1.45
other-tool-17.1.44
other-tool-17.1.43
other-tool-17.1.42
other-tool-17.1.41
other-tool-17.1.40
other-tool-17.1.39
other-tool-17.1.38
other-tool-17.1.37
other-tool-17.1.36
other-tool-17.1.35
other-tool-17.1.34
other-tool-17.1.33
other-tool-17.1.32
other-tool-17.1.31
other-tool-17.1.30

How to add a dependency to Maven

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

<dependency>
    <groupId>com.iohao.game</groupId>
    <artifactId>other-tool</artifactId>
    <version>17.1.54</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.iohao.game : other-tool gradle dependency to your build.gradle file:

implementation 'com.iohao.game:other-tool:17.1.54'

Gradle Kotlin DSL: Add the following com.iohao.game : other-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("com.iohao.game:other-tool:17.1.54")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.iohao.game : other-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "com.iohao.game" % "other-tool" % "17.1.54"