code
Lombok is a Java library that provides annotations to simplify Java development by automating the generation of boilerplate code. Key features include automatic generation of getters, setters, equals, hashCode, and toString methods, as well as a ...
Last Release on Apr 21, 2026
2.Gson28,683 usages
com.google.code.gson » gson Apache
Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object.
Last Release on Apr 23, 2026
Checkstyle is a development tool to help programmers write Java code
that adheres to a coding standard
Last Release on May 3, 2026
7.MapStruct Core1,247 usages
org.mapstruct » mapstruct Apache
An annotation processor for generating type-safe bean mappers
Last Release on Nov 9, 2024
9.KotlinPoet819 usages
com.squareup » kotlinpoet Apache
Use beautiful Kotlin code to generate beautiful Kotlin code.
Last Release on Mar 27, 2026
10.Acyclic703 usages
com.lihaoyi » acyclic MIT
Acyclic is a Scala compiler plugin that allows you to mark files within a build as acyclic, turning circular dependencies between files into compilation errors.
Last Release on Mar 31, 2026
