| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdme.geso |
| ArtifactId | ArtifactIdtinyorm |
| Version | Version1.11.0.rc4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tinyorm-1.11.0.rc4.pom | |
| tinyorm-1.11.0.rc4.jar | 76 KB |
| tinyorm-1.11.0.rc4-sources.jar | 32 KB |
| tinyorm-1.11.0.rc4-javadoc.jar | 223 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.geso/tinyorm/ -->
<dependency>
<groupId>me.geso</groupId>
<artifactId>tinyorm</artifactId>
<version>1.11.0.rc4</version>
</dependency>
// https://jarcasting.com/artifacts/me.geso/tinyorm/
implementation 'me.geso:tinyorm:1.11.0.rc4'
// https://jarcasting.com/artifacts/me.geso/tinyorm/
implementation ("me.geso:tinyorm:1.11.0.rc4")
'me.geso:tinyorm:jar:1.11.0.rc4'
<dependency org="me.geso" name="tinyorm" rev="1.11.0.rc4">
<artifact name="tinyorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.geso', module='tinyorm', version='1.11.0.rc4')
)
libraryDependencies += "me.geso" % "tinyorm" % "1.11.0.rc4"
[me.geso/tinyorm "1.11.0.rc4"]