GroupId | GroupIdcom.senspark.ee |
---|---|
ArtifactId | ArtifactIdapp-lovin |
Version | Version2.7.3 |
Type | Typeaar |
Filename | Size |
---|---|
app-lovin-2.7.3.pom | |
app-lovin-2.7.3-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.senspark.ee/app-lovin/ -->
<dependency>
<groupId>com.senspark.ee</groupId>
<artifactId>app-lovin</artifactId>
<version>2.7.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.senspark.ee/app-lovin/
implementation 'com.senspark.ee:app-lovin:2.7.3'
// https://jarcasting.com/artifacts/com.senspark.ee/app-lovin/
implementation ("com.senspark.ee:app-lovin:2.7.3")
'com.senspark.ee:app-lovin:aar:2.7.3'
<dependency org="com.senspark.ee" name="app-lovin" rev="2.7.3">
<artifact name="app-lovin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.senspark.ee', module='app-lovin', version='2.7.3')
)
libraryDependencies += "com.senspark.ee" % "app-lovin" % "2.7.3"
[com.senspark.ee/app-lovin "2.7.3"]