Categories |
CategoriesFeather Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.codejargon.feather |
ArtifactId | ArtifactIdfeather-parent |
Version | Version0.6 |
Type | Typepom |
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"]