| License |
License |
|---|---|
| GroupId | GroupIdcom.moengage |
| ArtifactId | ArtifactIdplugin-base |
| Version | Version2.1.00 |
| Type | Typeaar |
| Description |
DescriptionMoEngage Plugin Base
Base module for MoEngage Plugins
|
| Filename | Size |
|---|---|
| plugin-base-2.1.00.pom | |
| plugin-base-2.1.00-sources.jar | 38 KB |
| plugin-base-2.1.00-javadoc.jar | 560 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.moengage/plugin-base/ -->
<dependency>
<groupId>com.moengage</groupId>
<artifactId>plugin-base</artifactId>
<version>2.1.00</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.moengage/plugin-base/
implementation 'com.moengage:plugin-base:2.1.00'
// https://jarcasting.com/artifacts/com.moengage/plugin-base/
implementation ("com.moengage:plugin-base:2.1.00")
'com.moengage:plugin-base:aar:2.1.00'
<dependency org="com.moengage" name="plugin-base" rev="2.1.00">
<artifact name="plugin-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.moengage', module='plugin-base', version='2.1.00')
)
libraryDependencies += "com.moengage" % "plugin-base" % "2.1.00"
[com.moengage/plugin-base "2.1.00"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.20 |