cube-sdk

cube-sdk

项目地址: cube-sdk
简介:A light package for Android development, it handles loading image and network request.
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.44https://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


评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值