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