GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdfeature-flag |
Version | Version7.2.3-5.12 |
Type | Typeaar |
Filename | Size |
---|---|
feature-flag-7.2.3-5.12.pom | |
feature-flag-7.2.3-5.12-sources.jar | 261 bytes |
feature-flag-7.2.3-5.12-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/me.proton.core/feature-flag/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>feature-flag</artifactId>
<version>7.2.3-5.12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/feature-flag/
implementation 'me.proton.core:feature-flag:7.2.3-5.12'
// https://jarcasting.com/artifacts/me.proton.core/feature-flag/
implementation ("me.proton.core:feature-flag:7.2.3-5.12")
'me.proton.core:feature-flag:aar:7.2.3-5.12'
<dependency org="me.proton.core" name="feature-flag" rev="7.2.3-5.12">
<artifact name="feature-flag" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='feature-flag', version='7.2.3-5.12')
)
libraryDependencies += "me.proton.core" % "feature-flag" % "7.2.3-5.12"
[me.proton.core/feature-flag "7.2.3-5.12"]