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