MVN

com.factati : app

Maven & Gradle

Mar 13, 2014

Factoid · ORM library for Android Applications

<dependency>
    <groupId>com.factati</groupId>
    <artifactId>app</artifactId>
    <version>2.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.factati : app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.17

All Versions

Choose a version of com.factati : app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.17
app-2.17
2.16
app-2.16
2.15
app-2.15
2.14
app-2.14

How to add a dependency to Maven

Add the following com.factati : app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.factati</groupId>
    <artifactId>app</artifactId>
    <version>2.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.factati : app gradle dependency to your build.gradle file:

implementation 'com.factati:app:2.17'

Gradle Kotlin DSL: Add the following com.factati : app gradle kotlin dependency to your build.gradle.kts file:

implementation("com.factati:app:2.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.factati : app sbt scala dependency to your build.sbt file:

libraryDependencies += "com.factati" % "app" % "2.17"

Advertisement