Easy Util

Android util collection

License

License

GroupId

GroupId

com.coolerfall
ArtifactId

ArtifactId

android-easy-util
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Easy Util
Android util collection
Project URL

Project URL

https://github.com/Coolerfall/Android-EasyUtil
Source Code Management

Source Code Management

https://github.com/Coolerfall/Android-EasyUtil

Download android-easy-util

How to add to project

<!-- https://jarcasting.com/artifacts/com.coolerfall/android-easy-util/ -->
<dependency>
    <groupId>com.coolerfall</groupId>
    <artifactId>android-easy-util</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.coolerfall/android-easy-util/
implementation 'com.coolerfall:android-easy-util:1.2.0'
// https://jarcasting.com/artifacts/com.coolerfall/android-easy-util/
implementation ("com.coolerfall:android-easy-util:1.2.0")
'com.coolerfall:android-easy-util:jar:1.2.0'
<dependency org="com.coolerfall" name="android-easy-util" rev="1.2.0">
  <artifact name="android-easy-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coolerfall', module='android-easy-util', version='1.2.0')
)
libraryDependencies += "com.coolerfall" % "android-easy-util" % "1.2.0"
[com.coolerfall/android-easy-util "1.2.0"]

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.

AndroidUtils

Android util collection. There's some common utils: log, crypto, hash, file, meta data, shared preference and so on.

License

Copyright (C) 2014-2015 Vincent Chueng

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
1.2.0
1.1.0
1.0.0