| License |
License |
|---|---|
| Categories |
CategoriesFeather Application Layer Libs Dependency Injection |
| GroupId | GroupIdorg.codejargon.feather |
| ArtifactId | ArtifactIdfeather |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFeather
Feather is an ultra-lightweight dependency injection (JSR-330) library for Java and Android.
|
| Filename | Size |
|---|---|
| feather-1.0.pom | |
| feather-1.0.jar | 12 KB |
| feather-1.0-sources.jar | 4 KB |
| feather-1.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codejargon.feather/feather/ -->
<dependency>
<groupId>org.codejargon.feather</groupId>
<artifactId>feather</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codejargon.feather/feather/
implementation 'org.codejargon.feather:feather:1.0'
// https://jarcasting.com/artifacts/org.codejargon.feather/feather/
implementation ("org.codejargon.feather:feather:1.0")
'org.codejargon.feather:feather:jar:1.0'
<dependency org="org.codejargon.feather" name="feather" rev="1.0">
<artifact name="feather" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codejargon.feather', module='feather', version='1.0')
)
libraryDependencies += "org.codejargon.feather" % "feather" % "1.0"
[org.codejargon.feather/feather "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.9.5 |