Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 585 Bytes

File metadata and controls

21 lines (20 loc) · 585 Bytes

whdai-git-server

GITHUB
a git http server based on java

whdai-git-api

a git http server based on java (download)

build

gradle bootJar

quick start

download the release package and run the start script

whdai-git-core

maven

<dependency>
  <groupId>cn.daiwenhao</groupId>
  <artifactId>whdai-git-core</artifactId>
  <version>1.0.0</version>
</dependency>

gradle

implementation 'cn.daiwenhao:whdai-git-core:1.0.0'