License |
License |
---|---|
GroupId | GroupIdcom.github.lkoskela |
ArtifactId | ArtifactIdbeaninject |
Version | Version0.9 |
Type | Typejar |
Description |
DescriptionBeanInject
Simple utility for dependency injection.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
beaninject-0.9.pom | |
beaninject-0.9.jar | 25 KB |
beaninject-0.9-sources.jar | 16 KB |
beaninject-0.9-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lkoskela/beaninject/ -->
<dependency>
<groupId>com.github.lkoskela</groupId>
<artifactId>beaninject</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lkoskela/beaninject/
implementation 'com.github.lkoskela:beaninject:0.9'
// https://jarcasting.com/artifacts/com.github.lkoskela/beaninject/
implementation ("com.github.lkoskela:beaninject:0.9")
'com.github.lkoskela:beaninject:jar:0.9'
<dependency org="com.github.lkoskela" name="beaninject" rev="0.9">
<artifact name="beaninject" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lkoskela', module='beaninject', version='0.9')
)
libraryDependencies += "com.github.lkoskela" % "beaninject" % "0.9"
[com.github.lkoskela/beaninject "0.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |