diff --git a/libs/alpha4j-v1.0.0.jar b/libs/alpha4j-v1.0.0.jar new file mode 100644 index 0000000..e82d902 Binary files /dev/null and b/libs/alpha4j-v1.0.0.jar differ diff --git a/plugin/build.gradle b/plugin/build.gradle index 110acad..3c2f874 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -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') }