Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.github.shaohuizhe |
ArtifactId | ArtifactIdorm |
Version | Version1.6.1 |
Type | Typejar |
Filename | Size |
---|---|
orm-1.6.1.pom | |
orm-1.6.1.jar | 59 KB |
orm-1.6.1-sources.jar | 27 KB |
orm-1.6.1-javadoc.jar | 215 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/orm/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>orm</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/orm/
implementation 'io.github.shaohuizhe:orm:1.6.1'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/orm/
implementation ("io.github.shaohuizhe:orm:1.6.1")
'io.github.shaohuizhe:orm:jar:1.6.1'
<dependency org="io.github.shaohuizhe" name="orm" rev="1.6.1">
<artifact name="orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='orm', version='1.6.1')
)
libraryDependencies += "io.github.shaohuizhe" % "orm" % "1.6.1"
[io.github.shaohuizhe/orm "1.6.1"]