License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdme.giacoppo |
ArtifactId | ArtifactIdremoteconfig |
Version | Version1.1.5 |
Type | Typeaar |
Description |
DescriptionRemoteConfig
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
remoteconfig-1.1.5.pom | |
remoteconfig-1.1.5.aar | 39 KB |
remoteconfig-1.1.5-sources.jar | 11 KB |
remoteconfig-1.1.5-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.giacoppo/remoteconfig/ -->
<dependency>
<groupId>me.giacoppo</groupId>
<artifactId>remoteconfig</artifactId>
<version>1.1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.giacoppo/remoteconfig/
implementation 'me.giacoppo:remoteconfig:1.1.5'
// https://jarcasting.com/artifacts/me.giacoppo/remoteconfig/
implementation ("me.giacoppo:remoteconfig:1.1.5")
'me.giacoppo:remoteconfig:aar:1.1.5'
<dependency org="me.giacoppo" name="remoteconfig" rev="1.1.5">
<artifact name="remoteconfig" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.giacoppo', module='remoteconfig', version='1.1.5')
)
libraryDependencies += "me.giacoppo" % "remoteconfig" % "1.1.5"
[me.giacoppo/remoteconfig "1.1.5"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » appcompat-v7 | jar | 27.1.1 |
com.google.code.gson : gson | jar | 2.8.4 |
com.squareup.okhttp3 : okhttp | jar | 3.10.0 |
io.reactivex.rxjava2 : rxjava | jar | 2.1.13 |
io.reactivex.rxjava2 : rxandroid | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |