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