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