MVN

com.github.chuangwu : refresh-core

Maven & Gradle

Dec 22, 2021
1 usages

Refresh Library · Android CHURefresh Library

<dependency>
    <groupId>com.github.chuangwu</groupId>
    <artifactId>refresh-core</artifactId>
    <version>2.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.chuangwu : refresh-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.3

All Versions

Choose a version of com.github.chuangwu : refresh-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
refresh-core-2.3.3
refresh-core-2.3.2
refresh-core-2.3.1
2.2.x
refresh-core-2.2.9
refresh-core-2.2.8
refresh-core-2.2.7
refresh-core-2.2.6
refresh-core-2.2.5
refresh-core-2.2.3
refresh-core-2.2.1
refresh-core-2.2.0
2.1.x
refresh-core-2.1.9
refresh-core-2.1.8
refresh-core-2.1.7
refresh-core-2.1.6
refresh-core-2.1.5
refresh-core-2.1.4
refresh-core-2.1.3
refresh-core-2.1.2
refresh-core-2.1.1
refresh-core-2.1.0
2.0.x
refresh-core-2.0.9
refresh-core-2.0.8
refresh-core-2.0.7
refresh-core-2.0.6
refresh-core-2.0.5
refresh-core-2.0.2
refresh-core-2.0.0

How to add a dependency to Maven

Add the following com.github.chuangwu : refresh-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.chuangwu</groupId>
    <artifactId>refresh-core</artifactId>
    <version>2.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.chuangwu : refresh-core gradle dependency to your build.gradle file:

implementation 'com.github.chuangwu:refresh-core:2.3.3'

Gradle Kotlin DSL: Add the following com.github.chuangwu : refresh-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.chuangwu:refresh-core:2.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.chuangwu : refresh-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.chuangwu" % "refresh-core" % "2.3.3"

Advertisement