Feather

Feather is an ultra-lightweight dependency injection (JSR-330) library for Java and Android.

License

License

Categories

Categories

Feather Application Layer Libs Dependency Injection
GroupId

GroupId

org.codejargon.feather
ArtifactId

ArtifactId

feather
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Feather
Feather is an ultra-lightweight dependency injection (JSR-330) library for Java and Android.

Download feather

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.inject : javax.inject jar 1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0
0.9
0.8
0.7
0.6