Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcn.zidot |
ArtifactId | ArtifactIdsprite-framework-orm |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
sprite-framework-orm-1.1.4.pom | |
sprite-framework-orm-1.1.4.jar | 161 KB |
sprite-framework-orm-1.1.4-sources.jar | 86 KB |
sprite-framework-orm-1.1.4-javadoc.jar | 697 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.zidot/sprite-framework-orm/ -->
<dependency>
<groupId>cn.zidot</groupId>
<artifactId>sprite-framework-orm</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.zidot/sprite-framework-orm/
implementation 'cn.zidot:sprite-framework-orm:1.1.4'
// https://jarcasting.com/artifacts/cn.zidot/sprite-framework-orm/
implementation ("cn.zidot:sprite-framework-orm:1.1.4")
'cn.zidot:sprite-framework-orm:jar:1.1.4'
<dependency org="cn.zidot" name="sprite-framework-orm" rev="1.1.4">
<artifact name="sprite-framework-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.zidot', module='sprite-framework-orm', version='1.1.4')
)
libraryDependencies += "cn.zidot" % "sprite-framework-orm" % "1.1.4"
[cn.zidot/sprite-framework-orm "1.1.4"]