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