All Projects → xiao-akatsuki → xiaoTools

xiao-akatsuki / xiaoTools

Licence: Apache-2.0 license
A tool class that makes java very sweet

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to xiaoTools

Greatwall
Util应用框架配套的权限管理系统
Stars: ✭ 88 (+633.33%)
Mutual labels:  util
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Stars: ✭ 27 (+125%)
Mutual labels:  util
go-hutils
a util library for golang
Stars: ✭ 14 (+16.67%)
Mutual labels:  util
Luna Commons
市场上许多界面和工具的集合,例如ftp,httpd等文件与工具操作,包括但不限于图像处理、人脸识别等的api。
Stars: ✭ 244 (+1933.33%)
Mutual labels:  util
await
28Kb, small memory footprint, single binary that run list of commands in parallel and waits for their termination
Stars: ✭ 73 (+508.33%)
Mutual labels:  util
mdast-util-to-string
utility to get the plain text content of an mdast node
Stars: ✭ 27 (+125%)
Mutual labels:  util
Easysp
A SharedPreferences wrapper that has a fluent interface to store data
Stars: ✭ 75 (+525%)
Mutual labels:  util
PHP-Backuper
A framework which will help you to make (incremental) backups of your site.
Stars: ✭ 16 (+33.33%)
Mutual labels:  util
healthi-app
Simple app to check your laptop's battery health.
Stars: ✭ 47 (+291.67%)
Mutual labels:  util
rollup-plugin-graph
Generates module dependencies graph, using the DOT language.
Stars: ✭ 26 (+116.67%)
Mutual labels:  util
Base
🍁 Base是针对于Android开发封装好一些常用的基类,主要包括通用的Adapter、Activity、Fragment、Dialog等、和一些常用的Util类,只为更简单。
Stars: ✭ 249 (+1975%)
Mutual labels:  util
hast-util-from-dom
utility to transform a DOM tree to hast
Stars: ✭ 20 (+66.67%)
Mutual labels:  util
Hunch
Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.
Stars: ✭ 94 (+683.33%)
Mutual labels:  util
Unist Util Visit
utility to visit nodes
Stars: ✭ 101 (+741.67%)
Mutual labels:  util
dm2
DM2 | cool Windows app - unique windows manager, open dialog enhancer and much more!
Stars: ✭ 93 (+675%)
Mutual labels:  util
Notificationdemo
通知demo
Stars: ✭ 85 (+608.33%)
Mutual labels:  util
nlcst-to-string
utility to transform an nlcst tree to a string
Stars: ✭ 16 (+33.33%)
Mutual labels:  util
unist-builder
utility to create a new trees with a nice syntax
Stars: ✭ 52 (+333.33%)
Mutual labels:  util
trample
A Web/Node General Utils Library
Stars: ✭ 36 (+200%)
Mutual labels:  util
unist-util-map
utility to create a new tree by mapping all nodes
Stars: ✭ 30 (+150%)
Mutual labels:  util

xiaoTools

maven-central java-doc

This repository contains simple tools written in 100% Java.

Getting Started

Dependency management tools

Below is a brief guide to using dependency management tools like Maven or Gradle.

Maven

To use maven add this dependency to your pom.xml:

<dependency>
  <groupId>io.github.xiao-organization</groupId>
  <artifactId>xiaoTools</artifactId>
  <version>1.0.1</version>
</dependency>

Gradle

To use Gradle add the Maven central repository to your repositories list:

mavenCentral()

Then you can just add the latest version to your build.

implementation 'io.github.xiao-organization:xiaoTools:1.0.1'

Standalone jar If you do not use any dependency management tool, you can find the latest standalone jar here.

Minimum Required JDK

xiaoTools is known to work with:

Java 1.8 and higher

Other JRE implementations may work as well, but haven't been tested.

License

Everything found in this repo is licensed under an Apache-2.0 License. See the LICENSE file for specifics.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].