License |
License |
---|---|
GroupId | GroupIdcom.moengage |
ArtifactId | ArtifactIdcore |
Version | Version5.2.01 |
Type | Typeaar |
Description |
DescriptionMoEngage Library Base
Base module for MoEngage Platform SDK
|
Filename | Size |
---|---|
core-5.2.01.pom | |
core-5.2.01-sources.jar | 341 KB |
core-5.2.01-javadoc.jar | 667 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moengage/core/ -->
<dependency>
<groupId>com.moengage</groupId>
<artifactId>core</artifactId>
<version>5.2.01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.moengage/core/
implementation 'com.moengage:core:5.2.01'
// https://jarcasting.com/artifacts/com.moengage/core/
implementation ("com.moengage:core:5.2.01")
'com.moengage:core:aar:5.2.01'
<dependency org="com.moengage" name="core" rev="5.2.01">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.moengage', module='core', version='5.2.01')
)
libraryDependencies += "com.moengage" % "core" % "5.2.01"
[com.moengage/core "5.2.01"]