MVN

com.jincanshen : sky

Maven & Gradle

Dec 04, 2018

AndroidSkyLibrary · Android Library

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

Latest Version

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

  • Latest Stable: 3.1.0

All Versions

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

Version Vulnerabilities Updated
3.1.x
sky-3.1.0
2.4.x
sky-2.4.0
2.3.x
sky-2.3.9
sky-2.3.8
sky-2.3.7
sky-2.3.6
sky-2.3.5
sky-2.3.4
sky-2.3.3
sky-2.3.2
sky-2.3.1
sky-2.3.0
2.2.x
sky-2.2.9
sky-2.2.8
sky-2.2.7
sky-2.2.6
sky-2.2.5
sky-2.2.4

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.jincanshen:sky:3.1.0'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement