License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.linushp |
ArtifactId | ArtifactIdlinushp-orm |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlinushp-orm
java数据库简单ORM框架
|
Project URL |
Project URL |
Filename | Size |
---|---|
linushp-orm-1.1.2.pom | |
linushp-orm-1.1.2.jar | 41 KB |
linushp-orm-1.1.2-sources.jar | 20 KB |
linushp-orm-1.1.2-javadoc.jar | 173 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.linushp/linushp-orm/ -->
<dependency>
<groupId>com.github.linushp</groupId>
<artifactId>linushp-orm</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.linushp/linushp-orm/
implementation 'com.github.linushp:linushp-orm:1.1.2'
// https://jarcasting.com/artifacts/com.github.linushp/linushp-orm/
implementation ("com.github.linushp:linushp-orm:1.1.2")
'com.github.linushp:linushp-orm:jar:1.1.2'
<dependency org="com.github.linushp" name="linushp-orm" rev="1.1.2">
<artifact name="linushp-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.linushp', module='linushp-orm', version='1.1.2')
)
libraryDependencies += "com.github.linushp" % "linushp-orm" % "1.1.2"
[com.github.linushp/linushp-orm "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.linushp : linushp-commons | jar | 1.1.1 |