is not current version
Last Version 3.0.5

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

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

3.0.4
Type

Type

jar

Download ormgap-plugin 3.0.4


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