MVN

com.infinum.complexify : complexify-android

Maven & Gradle

Apr 16, 2021
113 stars

Complexify Android · A helper module for Complexify Core for easier usage in Android projects.

<dependency>
    <groupId>com.infinum.complexify</groupId>
    <artifactId>complexify-android</artifactId>
    <version>3.0.0-alpha04</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.infinum.complexify : complexify-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-alpha04
  • Latest Alpha: 3.0.0-alpha04

All Versions

Choose a version of com.infinum.complexify : complexify-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
complexify-android-3.0.0-alpha04
complexify-android-3.0.0-alpha01

How to add a dependency to Maven

Add the following com.infinum.complexify : complexify-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.infinum.complexify</groupId>
    <artifactId>complexify-android</artifactId>
    <version>3.0.0-alpha04</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.infinum.complexify : complexify-android gradle dependency to your build.gradle file:

implementation 'com.infinum.complexify:complexify-android:3.0.0-alpha04'

Gradle Kotlin DSL: Add the following com.infinum.complexify : complexify-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.infinum.complexify:complexify-android:3.0.0-alpha04")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.infinum.complexify : complexify-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.infinum.complexify" % "complexify-android" % "3.0.0-alpha04"

Advertisement