MVN

cn.hikyson.rocket : rocket-core

Maven & Gradle

Jan 15, 2018

Rocket-core · Framework for shorten android app startup time

<dependency>
    <groupId>cn.hikyson.rocket</groupId>
    <artifactId>rocket-core</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.hikyson.rocket : rocket-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of cn.hikyson.rocket : rocket-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
rocket-core-2.4.0
2.3.x
rocket-core-2.3.1
2.3
rocket-core-2.3
2.2
rocket-core-2.2
2.1
rocket-core-2.1
1.9.x
rocket-core-1.9.3

How to add a dependency to Maven

Add the following cn.hikyson.rocket : rocket-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.hikyson.rocket</groupId>
    <artifactId>rocket-core</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.hikyson.rocket : rocket-core gradle dependency to your build.gradle file:

implementation 'cn.hikyson.rocket:rocket-core:2.4.0'

Gradle Kotlin DSL: Add the following cn.hikyson.rocket : rocket-core gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.hikyson.rocket:rocket-core:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.hikyson.rocket : rocket-core sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.hikyson.rocket" % "rocket-core" % "2.4.0"

Advertisement