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