MVN

io.github.15198184721 : KuaihuoDataCount

Maven & Gradle

Aug 12, 2021
0 stars

KuaihuoDataCount · 用于AndroidHook的内部测试工具。用来hookAndroid的相关方法。只限应用内使用

<dependency>
    <groupId>io.github.15198184721</groupId>
    <artifactId>KuaihuoDataCount</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.8

All Versions

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

Version Vulnerabilities Updated
1.1.x
KuaihuoDataCount-1.1.8
KuaihuoDataCount-1.1.7
KuaihuoDataCount-1.1.6
KuaihuoDataCount-1.1.5
KuaihuoDataCount-1.1.4
KuaihuoDataCount-1.1.3
KuaihuoDataCount-1.1.2
KuaihuoDataCount-1.1.1
1.1
KuaihuoDataCount-1.1
1.0
KuaihuoDataCount-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.15198184721</groupId>
    <artifactId>KuaihuoDataCount</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.15198184721:KuaihuoDataCount:1.1.8'

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

implementation("io.github.15198184721:KuaihuoDataCount:1.1.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.15198184721" % "KuaihuoDataCount" % "1.1.8"