MVN

io.github.lanshifu : privacy_method_replace_library

Maven & Gradle

Nov 02, 2022
90 stars

privacy_method_replace_library · 隐私API监控

<dependency>
    <groupId>io.github.lanshifu</groupId>
    <artifactId>privacy_method_replace_library</artifactId>
    <version>1.0.0-beta03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-beta03
  • Latest Beta: 1.0.0-beta03

All Versions

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

Version Vulnerabilities Updated
1.0.x
privacy_method_replace_library-1.0.0-beta03
privacy_method_replace_library-1.0.0-beta02
privacy_method_replace_library-1.0.0-beta01

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.lanshifu</groupId>
    <artifactId>privacy_method_replace_library</artifactId>
    <version>1.0.0-beta03</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.lanshifu:privacy_method_replace_library:1.0.0-beta03'

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

implementation("io.github.lanshifu:privacy_method_replace_library:1.0.0-beta03")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.lanshifu" % "privacy_method_replace_library" % "1.0.0-beta03"