MVN

com.redapplenet : HuicentCoreLibrary

Maven & Gradle

Jul 10, 2020

HuicentCoreLibrary · RedAppleNet_Android核心库

<dependency>
    <groupId>com.redapplenet</groupId>
    <artifactId>HuicentCoreLibrary</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redapplenet : HuicentCoreLibrary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3
  • Latest Release Candidate: 1.0.5-rc3

All Versions

Choose a version of com.redapplenet : HuicentCoreLibrary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
HuicentCoreLibrary-1.3.3
HuicentCoreLibrary-1.3.2
HuicentCoreLibrary-1.3.1
HuicentCoreLibrary-1.3.0
1.2.x
HuicentCoreLibrary-1.2.5
HuicentCoreLibrary-1.2.0
1.1.x
HuicentCoreLibrary-1.1.9.1
HuicentCoreLibrary-1.1.9
HuicentCoreLibrary-1.1.8
HuicentCoreLibrary-1.1.7
HuicentCoreLibrary-1.1.6
HuicentCoreLibrary-1.1.5.3
HuicentCoreLibrary-1.1.5.2
HuicentCoreLibrary-1.1.5.0
HuicentCoreLibrary-1.1.4.2
HuicentCoreLibrary-1.1.4.1
HuicentCoreLibrary-1.1.4
HuicentCoreLibrary-1.1.3.1
HuicentCoreLibrary-1.1.3
HuicentCoreLibrary-1.1.2
HuicentCoreLibrary-1.1.1
HuicentCoreLibrary-1.1.0
1.0.x
HuicentCoreLibrary-1.0.9
HuicentCoreLibrary-1.0.8
HuicentCoreLibrary-1.0.7
HuicentCoreLibrary-1.0.6
HuicentCoreLibrary-1.0.5-rc3
HuicentCoreLibrary-1.0.5-rc2
HuicentCoreLibrary-1.0.5-rc1
HuicentCoreLibrary-1.0.5
HuicentCoreLibrary-1.0.4-rc3
HuicentCoreLibrary-1.0.4-rc2
HuicentCoreLibrary-1.0.4-rc1
HuicentCoreLibrary-1.0.3-rc3
HuicentCoreLibrary-1.0.3-rc2
HuicentCoreLibrary-1.0.3-rc1
HuicentCoreLibrary-1.0.2-rc3
HuicentCoreLibrary-1.0.2-rc2
HuicentCoreLibrary-1.0.2-rc1
HuicentCoreLibrary-1.0.1-rc1
HuicentCoreLibrary-1.0.0-rc2
HuicentCoreLibrary-1.0.0-rc1
HuicentCoreLibrary-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.redapplenet</groupId>
    <artifactId>HuicentCoreLibrary</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redapplenet : HuicentCoreLibrary gradle dependency to your build.gradle file:

implementation 'com.redapplenet:HuicentCoreLibrary:1.3.3'

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

implementation("com.redapplenet:HuicentCoreLibrary:1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redapplenet : HuicentCoreLibrary sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redapplenet" % "HuicentCoreLibrary" % "1.3.3"