Skip to content
This repository has been archived by the owner on Nov 3, 2019. It is now read-only.
/ DevKit Public archive

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

License

Notifications You must be signed in to change notification settings

skye-z/DevKit

Repository files navigation

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>

更多

更多内容请点此

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages