is not current version
Last Version 3.0.5

com.github.stephanenicolas.ormgap:ormgap-plugin 1.0.10

A Gradle plugin for Android to generate an ORMLite configuration file and boost DAOs creations.

Categories

Categories

ORM Data
GroupId

GroupId

com.github.stephanenicolas.ormgap
ArtifactId

ArtifactId

ormgap-plugin
Version

Version

1.0.10
Type

Type

jar

Download ormgap-plugin 1.0.10


<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.ormgap/ormgap-plugin/ -->
<dependency>
    <groupId>com.github.stephanenicolas.ormgap</groupId>
    <artifactId>ormgap-plugin</artifactId>
    <version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.ormgap/ormgap-plugin/
implementation 'com.github.stephanenicolas.ormgap:ormgap-plugin:1.0.10'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.ormgap/ormgap-plugin/
implementation ("com.github.stephanenicolas.ormgap:ormgap-plugin:1.0.10")
'com.github.stephanenicolas.ormgap:ormgap-plugin:jar:1.0.10'
<dependency org="com.github.stephanenicolas.ormgap" name="ormgap-plugin" rev="1.0.10">
  <artifact name="ormgap-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.ormgap', module='ormgap-plugin', version='1.0.10')
)
libraryDependencies += "com.github.stephanenicolas.ormgap" % "ormgap-plugin" % "1.0.10"
[com.github.stephanenicolas.ormgap/ormgap-plugin "1.0.10"]