ccoderJava / ccoder-common

开发常用公共依赖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ccoder-common

jaywcjlove/sb

1. Introduction

ccoder-common is a common library for Java, which contains some common tools and methods.

2. Features

  • Common tools and methods
  • Common constants
  • Common exceptions
  • Common annotations
  • Common enums
  • Common interfaces
  • Common classes

3. Usage

3.1. Maven

<dependency>
    <groupId>com.ccoder</groupId>
    <artifactId>ccoder-common</artifactId>
    <version>1.0.0</version>
</dependency>

3.2. Gradle

compile 'com.ccoder:ccoder-common:1.0.0'

4. License

Apache License 2.0

5. Contact

6. Thanks

7. Change Log

1.0.0

  • Initial release
  • Add common tools and methods
  • Add common constants

8. TODO

  • Add common exceptions
  • Add common annotations

9. Donate

If you find this project useful, you can buy me a cup of coffee. Thank you!

10. Other

About

开发常用公共依赖

License:MIT License


Languages

Language:Java 100.0%