| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаme.geso |
| Идентификатор | Идентификаторtinyorm |
| Версия | Версия1.11.0.rc5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tinyorm-1.11.0.rc5.pom | |
| tinyorm-1.11.0.rc5.jar | 76 KB |
| tinyorm-1.11.0.rc5-sources.jar | 32 KB |
| tinyorm-1.11.0.rc5-javadoc.jar | 223 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/me.geso/tinyorm/ -->
<dependency>
<groupId>me.geso</groupId>
<artifactId>tinyorm</artifactId>
<version>1.11.0.rc5</version>
</dependency>
// https://jarcasting.com/artifacts/me.geso/tinyorm/
implementation 'me.geso:tinyorm:1.11.0.rc5'
// https://jarcasting.com/artifacts/me.geso/tinyorm/
implementation ("me.geso:tinyorm:1.11.0.rc5")
'me.geso:tinyorm:jar:1.11.0.rc5'
<dependency org="me.geso" name="tinyorm" rev="1.11.0.rc5">
<artifact name="tinyorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.geso', module='tinyorm', version='1.11.0.rc5')
)
libraryDependencies += "me.geso" % "tinyorm" % "1.11.0.rc5"
[me.geso/tinyorm "1.11.0.rc5"]