Cube (Parent)

Cube SDK

Лицензия

Лицензия

Группа

Группа

in.srain
Идентификатор

Идентификатор

parent
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Cube (Parent)
Cube SDK
Организация-разработчик

Организация-разработчик

Huqiu Liao
Система контроля версий

Система контроля версий

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

Скачать parent

Имя Файла Размер
parent-1.1.0.pom 7 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • core

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

Версии библиотеки

Версия
1.1.0