Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.luohaha |
ArtifactId | ArtifactIdLuoORM |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
LuoORM-0.3.0.pom | |
LuoORM-0.3.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luohaha/LuoORM/ -->
<dependency>
<groupId>com.github.luohaha</groupId>
<artifactId>LuoORM</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luohaha/LuoORM/
implementation 'com.github.luohaha:LuoORM:0.3.0'
// https://jarcasting.com/artifacts/com.github.luohaha/LuoORM/
implementation ("com.github.luohaha:LuoORM:0.3.0")
'com.github.luohaha:LuoORM:jar:0.3.0'
<dependency org="com.github.luohaha" name="LuoORM" rev="0.3.0">
<artifact name="LuoORM" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luohaha', module='LuoORM', version='0.3.0')
)
libraryDependencies += "com.github.luohaha" % "LuoORM" % "0.3.0"
[com.github.luohaha/LuoORM "0.3.0"]