MVN

io.defaultj : defailtj

Maven & Gradle

Jul 11, 2023
2 stars

defailtj · DefaultJ is a powerful Java library that provides default values for any class, offering multiple strategies for obtaining those values. It can be used as a dependency injection utility, similar to Guice. With 14 built-in strategies, DefaultJ can obtain default values through various means such as explicit bindings, annotations, enum values, factory methods, and more. It also supports custom annotations and offers annotation processors for validation. Available on Maven Central, DefaultJ can be easily integrated into Gradle and Maven projects. Contributions and selective usage of the library are encouraged.

<dependency>
    <groupId>io.defaultj</groupId>
    <artifactId>defailtj</artifactId>
    <version>2.2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.defaultj : defailtj to add to Maven - Latest Versions:

  • Latest Stable: 2.2.0.4

All Versions

Choose a version of io.defaultj : defailtj to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
defailtj-2.2.0.4
defailtj-2.2.0.3
defailtj-2.2.0.2
defailtj-2.2.0.1
defailtj-2.2.0.0
2.0.x
defailtj-2.0.3
defailtj-2.0.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.defaultj</groupId>
    <artifactId>defailtj</artifactId>
    <version>2.2.0.4</version>
</dependency>

Advertisement