Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 581 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 581 Bytes

datarouter-inject

datarouter-inject provides an interface for dependency injection frameworks. It comes with a Guice implementation but can also be implemented using ApplicationContext from Spring.

Installation with Maven

<dependency>
	<groupId>io.datarouter</groupId>
	<artifactId>datarouter-inject</artifactId>
	<version>0.0.126</version>
</dependency>

License

This library is licensed under the Apache License, Version 2.0 - see LICENSE for details.