datarouter-inject provides an interface for dependency injection frameworks. It comes with a Guice implementation but can also be implemented using ApplicationContext from Spring.
<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-inject</artifactId>
<version>0.0.126</version>
</dependency>
This library is licensed under the Apache License, Version 2.0 - see LICENSE for details.