MVN

com.iohao.game : common-core

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 17.1.54

All Versions

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

Version Vulnerabilities Updated
17.1.x
common-core-17.1.54
common-core-17.1.53
common-core-17.1.52
common-core-17.1.51
common-core-17.1.50
common-core-17.1.49
common-core-17.1.48
common-core-17.1.47
common-core-17.1.46
common-core-17.1.45
common-core-17.1.44
common-core-17.1.43
common-core-17.1.42
common-core-17.1.41
common-core-17.1.40
common-core-17.1.39
common-core-17.1.38
common-core-17.1.37
common-core-17.1.36
common-core-17.1.35
common-core-17.1.34
common-core-17.1.33
common-core-17.1.32
common-core-17.1.31
common-core-17.1.30
common-core-17.1.29
common-core-17.1.28
common-core-17.1.27
common-core-17.1.26
common-core-17.1.25
common-core-17.1.24
common-core-17.1.23
common-core-17.1.22
common-core-17.1.21
common-core-17.1.20
common-core-17.1.19
common-core-17.1.18
common-core-17.1.17
common-core-17.1.16
common-core-17.1.15
common-core-17.1.14
common-core-17.1.13
common-core-17.1.12
common-core-17.1.11
common-core-17.1.10
common-core-17.1.9
common-core-17.1.8
common-core-17.1.7
common-core-17.1.6
common-core-17.1.5
common-core-17.1.4
common-core-17.1.3
common-core-17.1.2
common-core-17.1.1
common-core-17.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.iohao.game</groupId>
    <artifactId>common-core</artifactId>
    <version>17.1.54</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.iohao.game:common-core:17.1.54'

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

implementation("com.iohao.game:common-core:17.1.54")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.iohao.game" % "common-core" % "17.1.54"

Advertisement