License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.stephanenicolas.ormgap |
ArtifactId | ArtifactIdormgap-plugin |
Last Version | Last Version3.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Description"ORM LITE Android Gradle plugin"
A Gradle plugin for Android to generate an ORMLite configuration file and boost DAOs creations.
|
Filename | Size |
---|---|
ormgap-plugin-3.0.5.pom | |
ormgap-plugin-3.0.5.jar | 19 KB |
ormgap-plugin-3.0.5-sources.jar | 5 KB |
ormgap-plugin-3.0.5-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.ormgap/ormgap-plugin/ -->
<dependency>
<groupId>com.github.stephanenicolas.ormgap</groupId>
<artifactId>ormgap-plugin</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.ormgap/ormgap-plugin/
implementation 'com.github.stephanenicolas.ormgap:ormgap-plugin:3.0.5'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.ormgap/ormgap-plugin/
implementation ("com.github.stephanenicolas.ormgap:ormgap-plugin:3.0.5")
'com.github.stephanenicolas.ormgap:ormgap-plugin:jar:3.0.5'
<dependency org="com.github.stephanenicolas.ormgap" name="ormgap-plugin" rev="3.0.5">
<artifact name="ormgap-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.ormgap', module='ormgap-plugin', version='3.0.5')
)
libraryDependencies += "com.github.stephanenicolas.ormgap" % "ormgap-plugin" % "3.0.5"
[com.github.stephanenicolas.ormgap/ormgap-plugin "3.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.android.tools.build : gradle | jar | 3.3.0 |
com.j256.ormlite : ormlite-android | jar | 4.48 |