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