zzh1991 / Java-Util

Useful Java Util snippets

Home Page:https://blog.zzhpro.com/Java-Util

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Utils

MIT Known Vulnerabilities

Useful utils for Java application

java util map

java-util

Maven package

./mvnw clean package

Java Doc

./mvnw javadoc:javadoc

Maven deploy

./mvnw deploy

Todo

Build artifacts

Now using GitGub Action to deploy the newest package.

Intellij IDEA

1. Project Structure
2. Project Settings -> Artifacts
3. + -> Jar -> From modules with dependencies
4. Build -> Build Artifa
cts

How to use

<repositories>
    <id>github</id>
    <name>GitHub zzh1991 Apache Maven Packages</name>
    <url>https://maven.pkg.github.com/zzh1991/java-util</url>
</repositories>

<dependency>
  <groupId>com.zzh.util</groupId>
  <artifactId>java-util</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Author

👤 Zhihao Zhang

Show your support

Please ⭐️ this repository if this project helped you!

📝 License

Copyright © 2019-2023 zzh1991.
This project is MIT licensed.

About

Useful Java Util snippets

https://blog.zzhpro.com/Java-Util

License:MIT License


Languages

Language:Java 100.0%