common-base

common-base for Android

License

License

GroupId

GroupId

cn.wandersnail
ArtifactId

ArtifactId

common-base
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

aar
Description

Description

common-base
common-base for Android
Project URL

Project URL

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

Source Code Management

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

Download common-base

How to add to project

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

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 Bintray

使用

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

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1