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