is not current version
Last Version 1.1.5

me.giacoppo:remoteconfig 1.1.1

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.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

me.giacoppo
ArtifactId

ArtifactId

remoteconfig
Version

Version

1.1.1
Type

Type

aar

Download remoteconfig 1.1.1


<!-- https://jarcasting.com/artifacts/me.giacoppo/remoteconfig/ -->
<dependency>
    <groupId>me.giacoppo</groupId>
    <artifactId>remoteconfig</artifactId>
    <version>1.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.giacoppo/remoteconfig/
implementation 'me.giacoppo:remoteconfig:1.1.1'
// https://jarcasting.com/artifacts/me.giacoppo/remoteconfig/
implementation ("me.giacoppo:remoteconfig:1.1.1")
'me.giacoppo:remoteconfig:aar:1.1.1'
<dependency org="me.giacoppo" name="remoteconfig" rev="1.1.1">
  <artifact name="remoteconfig" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.giacoppo', module='remoteconfig', version='1.1.1')
)
libraryDependencies += "me.giacoppo" % "remoteconfig" % "1.1.1"
[me.giacoppo/remoteconfig "1.1.1"]