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