Categories |
CategoriesFeather Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcn.featherfly |
ArtifactId | ArtifactIdfeatherfly-common |
Version | Version1.7.10 |
Type | Typejar |
Filename | Size |
---|---|
featherfly-common-1.7.10.pom | |
featherfly-common-1.7.10.jar | 221 KB |
featherfly-common-1.7.10-sources.jar | 147 KB |
featherfly-common-1.7.10-javadoc.jar | 743 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.featherfly/featherfly-common/ -->
<dependency>
<groupId>cn.featherfly</groupId>
<artifactId>featherfly-common</artifactId>
<version>1.7.10</version>
</dependency>
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-common/
implementation 'cn.featherfly:featherfly-common:1.7.10'
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-common/
implementation ("cn.featherfly:featherfly-common:1.7.10")
'cn.featherfly:featherfly-common:jar:1.7.10'
<dependency org="cn.featherfly" name="featherfly-common" rev="1.7.10">
<artifact name="featherfly-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.featherfly', module='featherfly-common', version='1.7.10')
)
libraryDependencies += "cn.featherfly" % "featherfly-common" % "1.7.10"
[cn.featherfly/featherfly-common "1.7.10"]