Categories |
CategoriesUnity Business Logic Libraries Game Development |
---|---|
GroupId | GroupIdcom.appsflyer |
ArtifactId | ArtifactIdunity-wrapper |
Version | Version6.1.3 |
Type | Typeaar |
Filename | Size |
---|---|
unity-wrapper-6.1.3.pom | |
unity-wrapper-6.1.3.aar | 21 KB |
unity-wrapper-6.1.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.appsflyer/unity-wrapper/ -->
<dependency>
<groupId>com.appsflyer</groupId>
<artifactId>unity-wrapper</artifactId>
<version>6.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.appsflyer/unity-wrapper/
implementation 'com.appsflyer:unity-wrapper:6.1.3'
// https://jarcasting.com/artifacts/com.appsflyer/unity-wrapper/
implementation ("com.appsflyer:unity-wrapper:6.1.3")
'com.appsflyer:unity-wrapper:aar:6.1.3'
<dependency org="com.appsflyer" name="unity-wrapper" rev="6.1.3">
<artifact name="unity-wrapper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.appsflyer', module='unity-wrapper', version='6.1.3')
)
libraryDependencies += "com.appsflyer" % "unity-wrapper" % "6.1.3"
[com.appsflyer/unity-wrapper "6.1.3"]