Cube SDK

Cube SDK, library for Android development

License

License

Apache 2
GroupId

GroupId

in.srain.cube
ArtifactId

ArtifactId

cube-sdk
Last Version

Last Version

1.0.44.38
Release Date

Release Date

Type

Type

apklib
Description

Description

Cube SDK
Cube SDK, library for Android development
Project URL

Project URL

https://github.com/etao-open-source/cube-sdk
Source Code Management

Source Code Management

https://github.com/etao-open-source/cube-sdk

Download cube-sdk

Dependencies

compile (3)

Group / Artifact Type Version
com.android.support » recyclerview-v7 jar 21.0.3
in.srain.cube : clog jar 1.0.2
com.android.support » support-v4 jar 21.0.3

Project Modules

There are no modules declared in this project.

Build Status

##中文说明

Cube is a light package for Android development.

Screen Shot

DEMO project has been moved to HERE.

All of the readme content and document are moved to Github Pages, please visit the Github Pages for more imformation:

http://cube-sdk.liaohuqiu.net

Import to your project

Repository

The latest version: 1.0.44.40-SNAPSHOT, has been published to: https://oss.sonatype.org/content/repositories/snapshots, in gradle:

  • gradle

    maven {
        url 'https://oss.sonatype.org/content/repositories/snapshots'
    }
    
  • pom.xml

    <repository>
        <id>oss-snapshots</id>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <releases>
            <enabled>false</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
    

The stable version: 1.0.44, https://oss.sonatype.org/content/repositories/releases, in gradle:

  • gradle

    mavenCentral()
    

dependency

  • pom.xml, latest version:
<dependency>
    <groupId>in.srain.cube</groupId>
    <artifactId>cube-sdk</artifactId>
    <type>aar</type>
    <!-- or apklib format, if you want -->
    <!-- <type>apklib</type> -->
    <version>1.0.44.40-SNAPSHOT</version>
</dependency>
  • pom.xml, stable version:
<dependency>
    <groupId>in.srain.cube</groupId>
    <artifactId>cube-sdk</artifactId>
    <type>aar</type>
    <!-- or apklib format, if you want -->
    <!-- <type>apklib</type> -->
    <version>1.0.44</version>
</dependency>
  • gradle, latest version:
compile 'in.srain.cube:cube-sdk:1.0.44.40-SNAPSHOT@aar'
  • gradle, stable version:
compile 'in.srain.cube:cube-sdk:1.0.44@aar'
Eclipse

Load the content into you eclipse, it's a library project. Then use it in your application project.

SDK version >= 19

in.srain.cube

Versions

Version
1.0.44.38
1.0.44.37
1.0.44.36
1.0.44.35
1.0.44.34
1.0.44
1.0.42.1
1.0.42
1.0.40
1.0.39
1.0.34
1.0.25
1.0.23
1.0.22
1.0.21