Categories |
CategoriesFeather Application Layer Libs Dependency Injection ORM Data |
---|---|
GroupId | GroupIdcn.featherfly.juorm |
ArtifactId | ArtifactIdjuorm-sqldb |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
juorm-sqldb-0.1.3.pom | |
juorm-sqldb-0.1.3.jar | 154 KB |
juorm-sqldb-0.1.3-sources.jar | 97 KB |
juorm-sqldb-0.1.3-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.featherfly.juorm/juorm-sqldb/ -->
<dependency>
<groupId>cn.featherfly.juorm</groupId>
<artifactId>juorm-sqldb</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.featherfly.juorm/juorm-sqldb/
implementation 'cn.featherfly.juorm:juorm-sqldb:0.1.3'
// https://jarcasting.com/artifacts/cn.featherfly.juorm/juorm-sqldb/
implementation ("cn.featherfly.juorm:juorm-sqldb:0.1.3")
'cn.featherfly.juorm:juorm-sqldb:jar:0.1.3'
<dependency org="cn.featherfly.juorm" name="juorm-sqldb" rev="0.1.3">
<artifact name="juorm-sqldb" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.featherfly.juorm', module='juorm-sqldb', version='0.1.3')
)
libraryDependencies += "cn.featherfly.juorm" % "juorm-sqldb" % "0.1.3"
[cn.featherfly.juorm/juorm-sqldb "0.1.3"]