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