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