Skip to content

PhoebusApollo is a useful Java Utils Library (Java 基础库)

License

Notifications You must be signed in to change notification settings

fysoft2006/apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apollo Build Status Coverage Status

PhoebusApollo is a useful Java Utils Library.

阿波罗是非常有用的Java类库集合

apollo.git branches and Maven version:

  • dev(develop branch): 1.0.8-SNAPSHOT
  • master(stable branch):1.0.7

在Maven Central Repository里查看com.github.knightliao.apollo

项目信息

  • Java项目(1.6+)
  • Maven管理(3.0.5+)

它是什么?

  • 命名为apollo
  • 高效、简单的 Java类库集合

Features

支持的模块有:

  • db
  • redis
  • utils
    • common
    • config
    • data
    • io
    • time
    • tool
    • web

使用

在您的 Maven POM 文件里加入:

<dependency>
    <groupId>com.github.knightliao.apollo</groupId>
    <artifactId>apollo</artifactId>
    <version>1.0.7</version>
</dependency>

主要依赖为:

  • gson(2.3)
  • guava(16.0)

Authors

About

PhoebusApollo is a useful Java Utils Library (Java 基础库)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages