Last Version

base-system 1.0.3

这个模块抽离了不同系统的通用功能,定义成了接口,不做具体实现。具体实现是 RK-System、Well-System,其中 RK 结尾的方法表示只针对 RK 主板有效,Well 结尾的方法只针对三星主板有效

License

License

GroupId

GroupId

io.github.jimmy-j
ArtifactId

ArtifactId

base-system
Version

Version

1.0.3
Type

Type

aar
Description

Description

base-system
这个模块抽离了不同系统的通用功能,定义成了接口,不做具体实现。具体实现是 RK-System、Well-System,其中 RK 结尾的方法表示只针对 RK 主板有效,Well 结尾的方法只针对三星主板有效
Source Code Management

Source Code Management

https://github.com/umeng/MultiFunctionAndroidDemo

Download base-system 1.0.3


<!-- https://jarcasting.com/artifacts/io.github.jimmy-j/base-system/ -->
<dependency>
    <groupId>io.github.jimmy-j</groupId>
    <artifactId>base-system</artifactId>
    <version>1.0.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jimmy-j/base-system/
implementation 'io.github.jimmy-j:base-system:1.0.3'
// https://jarcasting.com/artifacts/io.github.jimmy-j/base-system/
implementation ("io.github.jimmy-j:base-system:1.0.3")
'io.github.jimmy-j:base-system:aar:1.0.3'
<dependency org="io.github.jimmy-j" name="base-system" rev="1.0.3">
  <artifact name="base-system" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.jimmy-j', module='base-system', version='1.0.3')
)
libraryDependencies += "io.github.jimmy-j" % "base-system" % "1.0.3"
[io.github.jimmy-j/base-system "1.0.3"]

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.