Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdme.giacoppo |
ArtifactId | ArtifactIdremoteconfig |
Version | Version1.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
remoteconfig-1.1.1.pom | |
remoteconfig-1.1.1.aar | 41 KB |
remoteconfig-1.1.1-sources.jar | 11 KB |
remoteconfig-1.1.1-javadoc.jar | 89 KB |
Browse |
<!-- 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"]