Quicklib

Quicklib is a lightweight Android library that provides a bunch of utility classes used to simplify your dev

License

License

Categories

Categories

IDE Development Tools Dex General Purpose Libraries Utility
GroupId

GroupId

com.quicklib
ArtifactId

ArtifactId

quicklib-multidex
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

Quicklib
Quicklib is a lightweight Android library that provides a bunch of utility classes used to simplify your dev
Project URL

Project URL

https://github.com/kyso84/quicklib.git
Source Code Management

Source Code Management

https://github.com/kyso84/quicklib.git

Download quicklib-multidex

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.quicklib : quicklib-app jar 1.0.1
com.android.support » multidex jar 1.0.1

Project Modules

There are no modules declared in this project.

Quicklib

Quicklib is a lightweight Android library that provides a bunch of utility classes used to simplify your dev

Modules

TODO

Download

Grab via Maven:

<dependency>
  <groupId>com.quicklib</groupId>
  <artifactId>quicklib-all</artifactId>
  <version>1.0.0</version>
</dependency>

or Gradle:

implementation 'com.quicklib:quicklib-all:1.0.0'

License

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.0.1
1.0