MVN

com.iohao.game : light-log

Maven & Gradle

Aug 03, 2023
487 stars
<dependency>
    <groupId>com.iohao.game</groupId>
    <artifactId>light-log</artifactId>
    <version>17.1.51</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 17.1.51

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.iohao.game</groupId>
    <artifactId>light-log</artifactId>
    <version>17.1.51</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.iohao.game:light-log:17.1.51'

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

implementation("com.iohao.game:light-log:17.1.51")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.iohao.game" % "light-log" % "17.1.51"