Categories |
CategoriesFeather Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.codejargon.feather |
ArtifactId | ArtifactIdfeather |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
feather-0.8.pom | |
feather-0.8.jar | 15 KB |
feather-0.8-sources.jar | 5 KB |
feather-0.8-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codejargon.feather/feather/ -->
<dependency>
<groupId>org.codejargon.feather</groupId>
<artifactId>feather</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.codejargon.feather/feather/
implementation 'org.codejargon.feather:feather:0.8'
// https://jarcasting.com/artifacts/org.codejargon.feather/feather/
implementation ("org.codejargon.feather:feather:0.8")
'org.codejargon.feather:feather:jar:0.8'
<dependency org="org.codejargon.feather" name="feather" rev="0.8">
<artifact name="feather" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codejargon.feather', module='feather', version='0.8')
)
libraryDependencies += "org.codejargon.feather" % "feather" % "0.8"
[org.codejargon.feather/feather "0.8"]