common-helper

commons-helper for Android

License

License

GroupId

GroupId

cn.wandersnail
ArtifactId

ArtifactId

common-helper
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

aar
Description

Description

common-helper
commons-helper for Android
Project URL

Project URL

https://github.com/wandersnail/commons-helper
Source Code Management

Source Code Management

https://github.com/wandersnail/commons-helper

Download common-helper

How to add to project

<!-- https://jarcasting.com/artifacts/cn.wandersnail/common-helper/ -->
<dependency>
    <groupId>cn.wandersnail</groupId>
    <artifactId>common-helper</artifactId>
    <version>1.0.6</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.wandersnail/common-helper/
implementation 'cn.wandersnail:common-helper:1.0.6'
// https://jarcasting.com/artifacts/cn.wandersnail/common-helper/
implementation ("cn.wandersnail:common-helper:1.0.6")
'cn.wandersnail:common-helper:aar:1.0.6'
<dependency org="cn.wandersnail" name="common-helper" rev="1.0.6">
  <artifact name="common-helper" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.wandersnail', module='common-helper', version='1.0.6')
)
libraryDependencies += "cn.wandersnail" % "common-helper" % "1.0.6"
[cn.wandersnail/common-helper "1.0.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

代码托管

Maven Central Download

使用

  1. module的build.gradle中的添加依赖,自行修改为最新版本,需要哪个就依赖哪个,同步后通常就可以用了:
dependencies {
	...
	implementation 'com.github.wandersnail:common-helper:latestVersion'
	implementation 'com.github.wandersnail:common-base:latestVersion'
	implementation 'com.github.wandersnail:common-utils:latestVersion'
}
  1. 如果从jcenter下载失败。在project的build.gradle里的repositories添加内容,最好两个都加上,添加完再次同步即可。
allprojects {
	repositories {
		...
		mavenCentral()
		maven { url 'https://dl.bintray.com/wandersnail/androidx/' }
	}
}

功能

  • SharedPreferences、Log、UI、图片、数学、文件操作、加密、网络、日期、数据库等工具类
  • wifi、Toast、zip、存储帮助类
  • 一些基类

Versions

Version
1.0.6
1.0.3
1.0.2
1.0.1