License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.injectmaid |
ArtifactId | ArtifactIdinjectmaid-parent |
Last Version | Last Version0.1.20 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionInjectMaid
InjectMaid is a lightweight dependency injection framework that does not rely on annotations.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
injectmaid-parent-0.1.20.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.injectmaid/injectmaid-parent/ -->
<dependency>
<groupId>de.quantummaid.injectmaid</groupId>
<artifactId>injectmaid-parent</artifactId>
<version>0.1.20</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.injectmaid/injectmaid-parent/
implementation 'de.quantummaid.injectmaid:injectmaid-parent:0.1.20'
// https://jarcasting.com/artifacts/de.quantummaid.injectmaid/injectmaid-parent/
implementation ("de.quantummaid.injectmaid:injectmaid-parent:0.1.20")
'de.quantummaid.injectmaid:injectmaid-parent:pom:0.1.20'
<dependency org="de.quantummaid.injectmaid" name="injectmaid-parent" rev="0.1.20">
<artifact name="injectmaid-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.injectmaid', module='injectmaid-parent', version='0.1.20')
)
libraryDependencies += "de.quantummaid.injectmaid" % "injectmaid-parent" % "0.1.20"
[de.quantummaid.injectmaid/injectmaid-parent "0.1.20"]