| GroupId | GroupIdcom.leanplum |
|---|---|
| ArtifactId | ArtifactIdleanplum-core |
| Version | Version4.2.7 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| leanplum-core-4.2.7.pom | |
| leanplum-core-4.2.7-sources.jar | 183 KB |
| leanplum-core-4.2.7-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.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.leanplum/leanplum-core/
implementation 'com.leanplum:leanplum-core:4.2.7'
// https://jarcasting.com/artifacts/com.leanplum/leanplum-core/
implementation ("com.leanplum:leanplum-core:4.2.7")
'com.leanplum:leanplum-core:aar:4.2.7'
<dependency org="com.leanplum" name="leanplum-core" rev="4.2.7">
<artifact name="leanplum-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.leanplum', module='leanplum-core', version='4.2.7')
)
libraryDependencies += "com.leanplum" % "leanplum-core" % "4.2.7"
[com.leanplum/leanplum-core "4.2.7"]