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