MVN

org.androidannotations : androidannotations-ormlite

Maven & Gradle

Nov 19, 2020
11.1k stars

OrmLite plugin parent · The folder containing OrmLite plugin for AndroidAnnotations

<dependency>
    <groupId>org.androidannotations</groupId>
    <artifactId>androidannotations-ormlite</artifactId>
    <version>4.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.androidannotations : androidannotations-ormlite to add to Maven - Latest Versions:

  • Latest Stable: 4.8.0

All Versions

Choose a version of org.androidannotations : androidannotations-ormlite to add to Maven - All Versions:

Version Vulnerabilities Updated
4.8.x
androidannotations-ormlite-4.8.0
4.7.x
androidannotations-ormlite-4.7.0
4.6.x
androidannotations-ormlite-4.6.0
4.5.x
androidannotations-ormlite-4.5.2
androidannotations-ormlite-4.5.1
androidannotations-ormlite-4.5.0
4.4.x
androidannotations-ormlite-4.4.0
4.3.x
androidannotations-ormlite-4.3.1
androidannotations-ormlite-4.3.0
4.2.x
androidannotations-ormlite-4.2.0
4.1.x
androidannotations-ormlite-4.1.0
4.0.x
androidannotations-ormlite-4.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.androidannotations</groupId>
    <artifactId>androidannotations-ormlite</artifactId>
    <version>4.8.0</version>
</dependency>

Advertisement