MVN

me.yanglw : android-spi-annotation

Maven & Gradle

Jun 05, 2021
2 usages
23 stars

Android SPI Annotation · Android SPI Annotation

<dependency>
    <groupId>me.yanglw</groupId>
    <artifactId>android-spi-annotation</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.yanglw : android-spi-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of me.yanglw : android-spi-annotation to add to Maven or Gradle - All Versions:

  • Version Updated
  • android-spi-annotation-1.0.5

    Jun 05, 2021
  • android-spi-annotation-1.0.4

    Jun 04, 2021

How to add a dependency to Maven

Add the following me.yanglw : android-spi-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.yanglw</groupId>
    <artifactId>android-spi-annotation</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.yanglw : android-spi-annotation gradle dependency to your build.gradle file:

implementation 'me.yanglw:android-spi-annotation:1.0.5'

Gradle Kotlin DSL: Add the following me.yanglw : android-spi-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("me.yanglw:android-spi-annotation:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.yanglw : android-spi-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "me.yanglw" % "android-spi-annotation" % "1.0.5"