GroupId | GroupIdcom.revenuecat.purchases |
---|---|
ArtifactId | ArtifactIdpurchases-core-strings |
Version | Version4.0.5 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.revenuecat.purchases/purchases-core-strings/ -->
<dependency>
<groupId>com.revenuecat.purchases</groupId>
<artifactId>purchases-core-strings</artifactId>
<version>4.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.revenuecat.purchases/purchases-core-strings/
implementation 'com.revenuecat.purchases:purchases-core-strings:4.0.5'
// https://jarcasting.com/artifacts/com.revenuecat.purchases/purchases-core-strings/
implementation ("com.revenuecat.purchases:purchases-core-strings:4.0.5")
'com.revenuecat.purchases:purchases-core-strings:aar:4.0.5'
<dependency org="com.revenuecat.purchases" name="purchases-core-strings" rev="4.0.5">
<artifact name="purchases-core-strings" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.revenuecat.purchases', module='purchases-core-strings', version='4.0.5')
)
libraryDependencies += "com.revenuecat.purchases" % "purchases-core-strings" % "4.0.5"
[com.revenuecat.purchases/purchases-core-strings "4.0.5"]