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