is not current version
Last Version 1.1.2

com.github.linushp:linushp-orm 1.1.1

java数据库简单ORM框架

Categories

Categories

ORM Data
GroupId

GroupId

com.github.linushp
ArtifactId

ArtifactId

linushp-orm
Version

Version

1.1.1
Type

Type

jar

Download linushp-orm 1.1.1


<!-- https://jarcasting.com/artifacts/com.github.linushp/linushp-orm/ -->
<dependency>
    <groupId>com.github.linushp</groupId>
    <artifactId>linushp-orm</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.linushp/linushp-orm/
implementation 'com.github.linushp:linushp-orm:1.1.1'
// https://jarcasting.com/artifacts/com.github.linushp/linushp-orm/
implementation ("com.github.linushp:linushp-orm:1.1.1")
'com.github.linushp:linushp-orm:jar:1.1.1'
<dependency org="com.github.linushp" name="linushp-orm" rev="1.1.1">
  <artifact name="linushp-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.linushp', module='linushp-orm', version='1.1.1')
)
libraryDependencies += "com.github.linushp" % "linushp-orm" % "1.1.1"
[com.github.linushp/linushp-orm "1.1.1"]