MVN

com.jincanshen : sky-aac

Maven & Gradle

Dec 04, 2018

Sky AAC · Android Library

<dependency>
    <groupId>com.jincanshen</groupId>
    <artifactId>sky-aac</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jincanshen : sky-aac to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of com.jincanshen : sky-aac to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
sky-aac-3.1.0

How to add a dependency to Maven

Add the following com.jincanshen : sky-aac maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jincanshen</groupId>
    <artifactId>sky-aac</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jincanshen : sky-aac gradle dependency to your build.gradle file:

implementation 'com.jincanshen:sky-aac:3.1.0'

Gradle Kotlin DSL: Add the following com.jincanshen : sky-aac gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jincanshen:sky-aac:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jincanshen : sky-aac sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jincanshen" % "sky-aac" % "3.1.0"

Advertisement