Skip to content

Latest commit

 

History

History
106 lines (71 loc) · 1.77 KB

File metadata and controls

106 lines (71 loc) · 1.77 KB

toolchainkit

This is the integrated warehouse a personal edition specifically used for the rapid development of small tools, anyone can use free of charge and modified. As with third party copyright conflict, by coincidence, can inform, delete immediately. The author on the use of the document and source caused by any person and the third party company loss, almost is not responsible for, the author.

个人业余式集成工具箱。 使用Gradle构建时添加一下依赖即可;

一. library

1.1. base

Long Term Support,LTS

implementation 'com.dvsnier:base:0.0.3'
  • adapter
  • bean
  • holder
  • presenter
  • task
  • view

1.2. common

Long Term Support,LTS

implementation 'com.dvsnier:common:0.0.3'
  • compat
  • listener
  • presenter
  • view

二. component

2.1. config

Long Term Support,LTS

implementation 'com.dvsnier:config:0.0.1'
  • ...

2.2. permission

Long Term Support,LTS

implementation 'com.dvsnier:permission:0.0.1'
  • ...

三. support

3.1. support

Long Term Support,LTS

  • presenter
  • view

3.2. support-v1

Non Long Term Support,NLTS

implementation 'com.dvsnier:support-v1:0.0.2'
  • presenter
  • view

四. tools

4.1. utils

长久未维护版本,deprecated

compile 'com.dvsnier.utils:utils:0.0.3'

Long Term Support,LTS

implementation 'com.dvsnier:utils:0.0.4'