License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.injectmaid |
ArtifactId | ArtifactIdcore |
Version | Version0.1.16 |
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.16.pom | |
core-0.1.16.jar | 161 KB |
core-0.1.16-sources.jar | 126 KB |
core-0.1.16-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.injectmaid/core/ -->
<dependency>
<groupId>de.quantummaid.injectmaid</groupId>
<artifactId>core</artifactId>
<version>0.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.injectmaid/core/
implementation 'de.quantummaid.injectmaid:core:0.1.16'
// https://jarcasting.com/artifacts/de.quantummaid.injectmaid/core/
implementation ("de.quantummaid.injectmaid:core:0.1.16")
'de.quantummaid.injectmaid:core:jar:0.1.16'
<dependency org="de.quantummaid.injectmaid" name="core" rev="0.1.16">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.injectmaid', module='core', version='0.1.16')
)
libraryDependencies += "de.quantummaid.injectmaid" % "core" % "0.1.16"
[de.quantummaid.injectmaid/core "0.1.16"]
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.20 |
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.9 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.0-M1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0-M1 |
org.hamcrest : hamcrest-library | jar | 2.2 |