Last Version

InjectMaid 0.0.14

InjectMaid is a lightweight dependency injection framework that does not rely on annotations.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

de.quantummaid.injectmaid
ArtifactId

ArtifactId

injectmaid
Version

Version

0.0.14
Type

Type

jar
Description

Description

InjectMaid
InjectMaid is a lightweight dependency injection framework that does not rely on annotations.
Project URL

Project URL

https://github.com/quantummaid/injectmaid
Project Organization

Project Organization

Richard Hauswald

Download injectmaid 0.0.14


<!-- https://jarcasting.com/artifacts/de.quantummaid.injectmaid/injectmaid/ -->
<dependency>
    <groupId>de.quantummaid.injectmaid</groupId>
    <artifactId>injectmaid</artifactId>
    <version>0.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.injectmaid/injectmaid/
implementation 'de.quantummaid.injectmaid:injectmaid:0.0.14'
// https://jarcasting.com/artifacts/de.quantummaid.injectmaid/injectmaid/
implementation ("de.quantummaid.injectmaid:injectmaid:0.0.14")
'de.quantummaid.injectmaid:injectmaid:jar:0.0.14'
<dependency org="de.quantummaid.injectmaid" name="injectmaid" rev="0.0.14">
  <artifact name="injectmaid" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.injectmaid', module='injectmaid', version='0.0.14')
)
libraryDependencies += "de.quantummaid.injectmaid" % "injectmaid" % "0.0.14"
[de.quantummaid.injectmaid/injectmaid "0.0.14"]

Dependencies

compile (1)

Group / Artifact Type Version
de.quantummaid.reflectmaid : reflectmaid-parent jar 0.1.31

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

test (6)

Group / Artifact Type Version
javax.inject : javax.inject jar 1
com.google.inject : guice jar 4.2.3
org.springframework : spring-beans jar 5.2.8.RELEASE
org.junit.jupiter : junit-jupiter-api jar 5.7.0-M1
org.junit.jupiter : junit-jupiter-engine jar 5.7.0-M1
org.hamcrest : hamcrest-library jar 2.2

Project Modules

There are no modules declared in this project.