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