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