Skip to content

IoC container for Java, provides a simple way through annotations to perform dependency injection

Notifications You must be signed in to change notification settings

Mr-EmPee-Archive/LightWire

Repository files navigation

LightWire

IoC container for Java, provides a simple way through annotations to perform dependency injection

Maven

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

 	<dependency>
	    <groupId>com.github.Mr-EmPee</groupId>
	    <artifactId>LightWire</artifactId>
	    <version>Tag</version>
	</dependency>

About

IoC container for Java, provides a simple way through annotations to perform dependency injection

Resources

Stars

Watchers

Forks

Languages