| GroupId | GroupIdcom.appsflyer |
|---|---|
| ArtifactId | ArtifactIdlvl |
| Version | Version5.1.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| lvl-5.1.1.pom | |
| lvl-5.1.1.aar | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.appsflyer/lvl/ -->
<dependency>
<groupId>com.appsflyer</groupId>
<artifactId>lvl</artifactId>
<version>5.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.appsflyer/lvl/
implementation 'com.appsflyer:lvl:5.1.1'
// https://jarcasting.com/artifacts/com.appsflyer/lvl/
implementation ("com.appsflyer:lvl:5.1.1")
'com.appsflyer:lvl:aar:5.1.1'
<dependency org="com.appsflyer" name="lvl" rev="5.1.1">
<artifact name="lvl" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.appsflyer', module='lvl', version='5.1.1')
)
libraryDependencies += "com.appsflyer" % "lvl" % "5.1.1"
[com.appsflyer/lvl "5.1.1"]