MVN

io.github.kwaiappteam : xhook

Maven & Gradle

Aug 03, 2021
1 usages
3k stars

xhook · KOOM

<dependency>
    <groupId>io.github.kwaiappteam</groupId>
    <artifactId>xhook</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kwaiappteam : xhook to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of io.github.kwaiappteam : xhook to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
xhook-1.0.7
xhook-1.0.6
xhook-1.0.5
xhook-1.0.4
xhook-1.0.3
xhook-1.0.2
xhook-1.0.1
xhook-1.0.0

How to add a dependency to Maven

Add the following io.github.kwaiappteam : xhook maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.kwaiappteam</groupId>
    <artifactId>xhook</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kwaiappteam : xhook gradle dependency to your build.gradle file:

implementation 'io.github.kwaiappteam:xhook:1.0.7'

Gradle Kotlin DSL: Add the following io.github.kwaiappteam : xhook gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kwaiappteam:xhook:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kwaiappteam : xhook sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kwaiappteam" % "xhook" % "1.0.7"

Advertisement