| GroupId | GroupIdcom.leanplum.segment |
|---|---|
| ArtifactId | ArtifactIdLeanplumIntegration |
| Version | Version1.1.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| LeanplumIntegration-1.1.1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.leanplum.segment/LeanplumIntegration/ -->
<dependency>
<groupId>com.leanplum.segment</groupId>
<artifactId>LeanplumIntegration</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.leanplum.segment/LeanplumIntegration/
implementation 'com.leanplum.segment:LeanplumIntegration:1.1.1'
// https://jarcasting.com/artifacts/com.leanplum.segment/LeanplumIntegration/
implementation ("com.leanplum.segment:LeanplumIntegration:1.1.1")
'com.leanplum.segment:LeanplumIntegration:aar:1.1.1'
<dependency org="com.leanplum.segment" name="LeanplumIntegration" rev="1.1.1">
<artifact name="LeanplumIntegration" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.leanplum.segment', module='LeanplumIntegration', version='1.1.1')
)
libraryDependencies += "com.leanplum.segment" % "LeanplumIntegration" % "1.1.1"
[com.leanplum.segment/LeanplumIntegration "1.1.1"]