is not current version
Last Version 1.0

org.codejargon.feather:feather-parent 0.9

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

Categories

Categories

Feather Application Layer Libs Dependency Injection
GroupId

GroupId

org.codejargon.feather
ArtifactId

ArtifactId

feather-parent
Version

Version

0.9
Type

Type

pom

Download feather-parent 0.9

Filename Size
feather-parent-0.9.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/org.codejargon.feather/feather-parent/ -->
<dependency>
    <groupId>org.codejargon.feather</groupId>
    <artifactId>feather-parent</artifactId>
    <version>0.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codejargon.feather/feather-parent/
implementation 'org.codejargon.feather:feather-parent:0.9'
// https://jarcasting.com/artifacts/org.codejargon.feather/feather-parent/
implementation ("org.codejargon.feather:feather-parent:0.9")
'org.codejargon.feather:feather-parent:pom:0.9'
<dependency org="org.codejargon.feather" name="feather-parent" rev="0.9">
  <artifact name="feather-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codejargon.feather', module='feather-parent', version='0.9')
)
libraryDependencies += "org.codejargon.feather" % "feather-parent" % "0.9"
[org.codejargon.feather/feather-parent "0.9"]