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