| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdde.quantummaid.injectmaid |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version0.1.20 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionInjectMaid - Core Library
InjectMaid is a lightweight dependency injection framework that does not rely on annotations.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| core-0.1.20.pom | |
| core-0.1.20.jar | 76 KB |
| core-0.1.20-sources.jar | 52 KB |
| core-0.1.20-javadoc.jar | 676 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.injectmaid/core/ -->
<dependency>
<groupId>de.quantummaid.injectmaid</groupId>
<artifactId>core</artifactId>
<version>0.1.20</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.injectmaid/core/
implementation 'de.quantummaid.injectmaid:core:0.1.20'
// https://jarcasting.com/artifacts/de.quantummaid.injectmaid/core/
implementation ("de.quantummaid.injectmaid:core:0.1.20")
'de.quantummaid.injectmaid:core:jar:0.1.20'
<dependency org="de.quantummaid.injectmaid" name="core" rev="0.1.20">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.injectmaid', module='core', version='0.1.20')
)
libraryDependencies += "de.quantummaid.injectmaid" % "core" % "0.1.20"
[de.quantummaid.injectmaid/core "0.1.20"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.quantummaid.reflectmaid : reflectmaid-core | jar | |
| de.quantummaid.reflectmaid : reflectmaid-typescanner | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| com.google.inject : guice | jar | 5.0.1 |
| org.springframework : spring-beans | jar | 5.3.13 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
| org.hamcrest : hamcrest-library | jar | 2.2 |