| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdme.giacoppo |
| ArtifactId | ArtifactIdremoteconfig |
| Version | Version1.1.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| remoteconfig-1.1.4.pom | |
| remoteconfig-1.1.4.aar | 39 KB |
| remoteconfig-1.1.4-sources.jar | 11 KB |
| remoteconfig-1.1.4-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.giacoppo/remoteconfig/ -->
<dependency>
<groupId>me.giacoppo</groupId>
<artifactId>remoteconfig</artifactId>
<version>1.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.giacoppo/remoteconfig/
implementation 'me.giacoppo:remoteconfig:1.1.4'
// https://jarcasting.com/artifacts/me.giacoppo/remoteconfig/
implementation ("me.giacoppo:remoteconfig:1.1.4")
'me.giacoppo:remoteconfig:aar:1.1.4'
<dependency org="me.giacoppo" name="remoteconfig" rev="1.1.4">
<artifact name="remoteconfig" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.giacoppo', module='remoteconfig', version='1.1.4')
)
libraryDependencies += "me.giacoppo" % "remoteconfig" % "1.1.4"
[me.giacoppo/remoteconfig "1.1.4"]