Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
/ hyper-commons Public archive

提供一些基础的公共工具类

License

Notifications You must be signed in to change notification settings

ideal-state/hyper-commons

Repository files navigation

Hyper Commons

Gradle Zulu JDK GitHub License GitHub code size in bytes GitHub Actions Workflow Status GitHub Release Discord


项目已过时,已迁移至 hyper,更名为 hyper-core


提供一些基础的公共工具类

在 Maven 项目中使用

<dependency>
    <groupId>team.idealstate.hyper</groupId>
    <artifactId>hyper-commons-base</artifactId>
    <version>${version}</version>
</dependency>

在 Gradle 项目中使用

dependencies {
    implementation "team.idealstate.hyper:hyper-commons-base:${version}"
}
dependencies {
    implementation("team.idealstate.hyper:hyper-commons-base:${version}")
}

在哪下载 ?

前往 releases

如何构建

git clone https://github.com/ideal-state/hyper-commons.git
cd ./hyper-commons
./gradlew.bat :clean :base:jar

./gradlew :clean :base:jar

等待构建完成,在 ./build/libs 下会生成 .jar 工件

关于开发配置

local.properties

怎样成为贡献者 ?

在贡献之前,你需要了解相应的规范。前往查看