| GroupId | GroupIdcom.leanplum |
|---|---|
| ArtifactId | ArtifactIdleanplum-core |
| Version | Version4.2.9 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| leanplum-core-4.2.9.pom | |
| leanplum-core-4.2.9-sources.jar | 183 KB |
| leanplum-core-4.2.9-javadoc.jar | 386 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.leanplum/leanplum-core/ -->
<dependency>
<groupId>com.leanplum</groupId>
<artifactId>leanplum-core</artifactId>
<version>4.2.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.leanplum/leanplum-core/
implementation 'com.leanplum:leanplum-core:4.2.9'
// https://jarcasting.com/artifacts/com.leanplum/leanplum-core/
implementation ("com.leanplum:leanplum-core:4.2.9")
'com.leanplum:leanplum-core:aar:4.2.9'
<dependency org="com.leanplum" name="leanplum-core" rev="4.2.9">
<artifact name="leanplum-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.leanplum', module='leanplum-core', version='4.2.9')
)
libraryDependencies += "com.leanplum" % "leanplum-core" % "4.2.9"
[com.leanplum/leanplum-core "4.2.9"]