GroupId | GroupIdcom.senspark.ee |
---|---|
ArtifactId | ArtifactIdapp-lovin |
Version | Version2.7.0 |
Type | Typepom |
Filename | Size |
---|---|
app-lovin-2.7.0.pom | |
app-lovin-2.7.0-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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.senspark.ee/app-lovin/
implementation 'com.senspark.ee:app-lovin:2.7.0'
// https://jarcasting.com/artifacts/com.senspark.ee/app-lovin/
implementation ("com.senspark.ee:app-lovin:2.7.0")
'com.senspark.ee:app-lovin:pom:2.7.0'
<dependency org="com.senspark.ee" name="app-lovin" rev="2.7.0">
<artifact name="app-lovin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.senspark.ee', module='app-lovin', version='2.7.0')
)
libraryDependencies += "com.senspark.ee" % "app-lovin" % "2.7.0"
[com.senspark.ee/app-lovin "2.7.0"]