Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.jetqin |
ArtifactId | ArtifactIdorm |
Version | Version1.0.19 |
Type | Typejar |
Filename | Size |
---|---|
orm-1.0.19.pom | |
orm-1.0.19.jar | 10 KB |
orm-1.0.19-sources.jar | 5 KB |
orm-1.0.19-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jetqin/orm/ -->
<dependency>
<groupId>com.github.jetqin</groupId>
<artifactId>orm</artifactId>
<version>1.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jetqin/orm/
implementation 'com.github.jetqin:orm:1.0.19'
// https://jarcasting.com/artifacts/com.github.jetqin/orm/
implementation ("com.github.jetqin:orm:1.0.19")
'com.github.jetqin:orm:jar:1.0.19'
<dependency org="com.github.jetqin" name="orm" rev="1.0.19">
<artifact name="orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jetqin', module='orm', version='1.0.19')
)
libraryDependencies += "com.github.jetqin" % "orm" % "1.0.19"
[com.github.jetqin/orm "1.0.19"]