cc.stacks:devkit

This is a Self-encapsulated open toolkit for speeding up development and providing tools such as security, response, logging and identity tokens.


Keywords
java, kit, maven, secuity, tool
License
GPL-3.0

Documentation

Stacks Dev Kit v2

项目包名: cc.stacks.devkit

历史包名: cc.stacks.developer

使用方法

本项目已同步Maven中央仓库, 在pom文件中加入下方代码即可

<dependency>
  <groupId>cc.stacks</groupId>
  <artifactId>devkit</artifactId>
  <version>1.0.5-RELEASE</version>
</dependency>

若加入后无法下载, 请先确认是否使用的是Maven中央仓库, 若非, 请额外加入下方代码

<repositories>
    <repository>
        <id>stacks-dev-kit</id>
        <url>https://raw.github.com/skai-zhang/DevKit/mvn-repo</url>
    </repository>
</repositories>

更多

更多内容请点此