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