is not current version
Last Version 1.0

org.codejargon.feather:feather 0.7


Categories

Categories

Feather Application Layer Libs Dependency Injection
GroupId

GroupId

org.codejargon.feather
ArtifactId

ArtifactId

feather
Version

Version

0.7
Type

Type

jar

Download feather 0.7


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