MVN

me.giacoppo : remoteconfig

Maven & Gradle

May 17, 2018
17 stars

RemoteConfig · RemoteConfig is an Android library that lets you manage all your remote configuration without requiring developers to manually download each configuration and integrate them into the application.

<dependency>
    <groupId>me.giacoppo</groupId>
    <artifactId>remoteconfig</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.giacoppo : remoteconfig to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5

All Versions

Choose a version of me.giacoppo : remoteconfig to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
remoteconfig-1.1.5
remoteconfig-1.1.4
remoteconfig-1.1.3
remoteconfig-1.1.2
remoteconfig-1.1.1
remoteconfig-1.1.0
1.0.x
remoteconfig-1.0.3
remoteconfig-1.0.2
remoteconfig-1.0.1
remoteconfig-1.0.0

How to add a dependency to Maven

Add the following me.giacoppo : remoteconfig maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.giacoppo</groupId>
    <artifactId>remoteconfig</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.giacoppo : remoteconfig gradle dependency to your build.gradle file:

implementation 'me.giacoppo:remoteconfig:1.1.5'

Gradle Kotlin DSL: Add the following me.giacoppo : remoteconfig gradle kotlin dependency to your build.gradle.kts file:

implementation("me.giacoppo:remoteconfig:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.giacoppo : remoteconfig sbt scala dependency to your build.sbt file:

libraryDependencies += "me.giacoppo" % "remoteconfig" % "1.1.5"