MVN

com.theneura : android-sdk-ext

Maven & Gradle

Feb 26, 2019
10 stars

Neura Android SDK · Thank you for choosing Neura. Neura intelligently transforms customer engagement by delivering live, actionable insights based on each user’s real-world behavior. Brands that utilize Neura’s groundbreaking technology adapt to each user’s unique needs, delivering contextually relevant, real-time interactions and personalized customer experiences—driving engagement, retention, and monetization. We are excited to see what you will accomplish with our SDK!

<dependency>
    <groupId>com.theneura</groupId>
    <artifactId>android-sdk-ext</artifactId>
    <version>5.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.theneura : android-sdk-ext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.6

All Versions

Choose a version of com.theneura : android-sdk-ext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
android-sdk-ext-5.3.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.theneura</groupId>
    <artifactId>android-sdk-ext</artifactId>
    <version>5.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.theneura : android-sdk-ext gradle dependency to your build.gradle file:

implementation 'com.theneura:android-sdk-ext:5.3.6'

Gradle Kotlin DSL: Add the following com.theneura : android-sdk-ext gradle kotlin dependency to your build.gradle.kts file:

implementation("com.theneura:android-sdk-ext:5.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.theneura : android-sdk-ext sbt scala dependency to your build.sbt file:

libraryDependencies += "com.theneura" % "android-sdk-ext" % "5.3.6"

Advertisement