programming
The AspectJ weaver applies aspects to Java classes. It can be used as a Java agent in order to apply load-time
weaving (LTW) during class-loading and also contains the AspectJ runtime classes.
Last Release on Dec 17, 2025
The AspectJ runtime is a small library necessary to run Java programs enhanced by AspectJ aspects during a previous
compile-time or post-compile-time (binary weaving) build step.
Last Release on Dec 17, 2025
Spring AOP provides an Alliance-compliant aspect-oriented programming implementation allowing you to define method interceptors and pointcuts to cleanly decouple code that implements functionality that should be separated.
Last Release on Apr 17, 2026
Cats is a library which provides abstractions for functional programming in the Scala programming language.
Last Release on Jan 20, 2025
6.Cats Effect2,035 usages
org.typelevel » cats-effect Apache
Cats Effect is a high-performance, asynchronous, composable framework for building real-world applications in a purely functional style within the Typelevel ecosystem.
Last Release on Mar 9, 2026
ZIO is a Type-safe, composable asynchronous and concurrent programming for Scala. ZIO lets developers quickly build applications that are highly scalable, testable, robust, resilient, resource-safe, efficient, and observable.
Last Release on May 7, 2026
Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.
Last Release on Mar 1, 2026
10.Core1,430 usages
com.chuusai » shapeless Apache
Shapeless is a type class and dependent type based generic programming library for Scala.
Last Release on Mar 3, 2025
