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