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