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