Skip to content

Commit

Permalink
📦 dependency: add alpha4j #3
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Jun 23, 2024
1 parent c6ad230 commit ed2243e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added libs/alpha4j-v1.0.0.jar
Binary file not shown.
3 changes: 3 additions & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,7 @@ dependencies {
// unify4J: Java 1.8 skeleton library offering a rich toolkit of utility functions
// for collections, strings, date/time, JSON, maps, and more.
implementation files('./../libs/unify4j-v1.0.0.jar')
// alpha4j: is a Java 8 library featuring common data structures and algorithms.
// Enhance your projects with efficient and easy-to-use implementations designed for performance and clarity.
implementation files('./../libs/alpha4j-v1.0.0.jar')
}

0 comments on commit ed2243e

Please sign in to comment.