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