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