is not current version
Last Version 0.2.6

cn.featherfly.juorm:juorm-core 0.2.1

juorm core

Categories

Categories

Feather Application Layer Libs Dependency Injection ORM Data
GroupId

GroupId

cn.featherfly.juorm
ArtifactId

ArtifactId

juorm-core
Version

Version

0.2.1
Type

Type

jar

Download juorm-core 0.2.1


<!-- https://jarcasting.com/artifacts/cn.featherfly.juorm/juorm-core/ -->
<dependency>
    <groupId>cn.featherfly.juorm</groupId>
    <artifactId>juorm-core</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.featherfly.juorm/juorm-core/
implementation 'cn.featherfly.juorm:juorm-core:0.2.1'
// https://jarcasting.com/artifacts/cn.featherfly.juorm/juorm-core/
implementation ("cn.featherfly.juorm:juorm-core:0.2.1")
'cn.featherfly.juorm:juorm-core:jar:0.2.1'
<dependency org="cn.featherfly.juorm" name="juorm-core" rev="0.2.1">
  <artifact name="juorm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.featherfly.juorm', module='juorm-core', version='0.2.1')
)
libraryDependencies += "cn.featherfly.juorm" % "juorm-core" % "0.2.1"
[cn.featherfly.juorm/juorm-core "0.2.1"]