MVN

cn.numeron : discovery.apt

Maven & Gradle

Aug 30, 2021
53 stars

discovery · Through_KSP_and_AGP_implementation_of_the_Android_project_between_the_module_to_obtain_the_interface_instance_object_auxiliary_tool.

<dependency>
    <groupId>cn.numeron</groupId>
    <artifactId>discovery.apt</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.numeron : discovery.apt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of cn.numeron : discovery.apt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
discovery.apt-1.2.2
discovery.apt-1.2.1
discovery.apt-1.2.0
1.1.x
discovery.apt-1.1.0

How to add a dependency to Maven

Add the following cn.numeron : discovery.apt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.numeron</groupId>
    <artifactId>discovery.apt</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.numeron : discovery.apt gradle dependency to your build.gradle file:

implementation 'cn.numeron:discovery.apt:1.2.2'

Gradle Kotlin DSL: Add the following cn.numeron : discovery.apt gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.numeron:discovery.apt:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.numeron : discovery.apt sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.numeron" % "discovery.apt" % "1.2.2"

Advertisement