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