Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.mike10004 |
ArtifactId | ArtifactIdormlite-helper |
Version | Version8.0.4 |
Type | Typejar |
Filename | Size |
---|---|
ormlite-helper-8.0.4.pom | |
ormlite-helper-8.0.4.jar | 30 KB |
ormlite-helper-8.0.4-sources.jar | 21 KB |
ormlite-helper-8.0.4-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/ormlite-helper/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>ormlite-helper</artifactId>
<version>8.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/ormlite-helper/
implementation 'com.github.mike10004:ormlite-helper:8.0.4'
// https://jarcasting.com/artifacts/com.github.mike10004/ormlite-helper/
implementation ("com.github.mike10004:ormlite-helper:8.0.4")
'com.github.mike10004:ormlite-helper:jar:8.0.4'
<dependency org="com.github.mike10004" name="ormlite-helper" rev="8.0.4">
<artifact name="ormlite-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='ormlite-helper', version='8.0.4')
)
libraryDependencies += "com.github.mike10004" % "ormlite-helper" % "8.0.4"
[com.github.mike10004/ormlite-helper "8.0.4"]