License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.luohaha |
ArtifactId | ArtifactIdLuoORM |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLuoORM
yet another ORM framework.
|
Project URL |
Project URL |
Filename | Size |
---|---|
LuoORM-1.2.1.pom | |
LuoORM-1.2.1.jar | 28 KB |
LuoORM-1.2.1-sources.jar | 16 KB |
LuoORM-1.2.1-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luohaha/LuoORM/ -->
<dependency>
<groupId>com.github.luohaha</groupId>
<artifactId>LuoORM</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luohaha/LuoORM/
implementation 'com.github.luohaha:LuoORM:1.2.1'
// https://jarcasting.com/artifacts/com.github.luohaha/LuoORM/
implementation ("com.github.luohaha:LuoORM:1.2.1")
'com.github.luohaha:LuoORM:jar:1.2.1'
<dependency org="com.github.luohaha" name="LuoORM" rev="1.2.1">
<artifact name="LuoORM" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luohaha', module='LuoORM', version='1.2.1')
)
libraryDependencies += "com.github.luohaha" % "LuoORM" % "1.2.1"
[com.github.luohaha/LuoORM "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.37 |