is not current version
Last Version 1.0

org.codejargon.feather:feather-parent 0.6

Feather is an ultra-lightweight dependency injection (JSR-330) tool.

Categories

Categories

Feather Application Layer Libs Dependency Injection
GroupId

GroupId

org.codejargon.feather
ArtifactId

ArtifactId

feather-parent
Version

Version

0.6
Type

Type

pom

Download feather-parent 0.6

Filename Size
feather-parent-0.6.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.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codejargon.feather/feather-parent/
implementation 'org.codejargon.feather:feather-parent:0.6'
// https://jarcasting.com/artifacts/org.codejargon.feather/feather-parent/
implementation ("org.codejargon.feather:feather-parent:0.6")
'org.codejargon.feather:feather-parent:pom:0.6'
<dependency org="org.codejargon.feather" name="feather-parent" rev="0.6">
  <artifact name="feather-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codejargon.feather', module='feather-parent', version='0.6')
)
libraryDependencies += "org.codejargon.feather" % "feather-parent" % "0.6"
[org.codejargon.feather/feather-parent "0.6"]