| Группа | Группаcom.moengage |
|---|---|
| Идентификатор | Идентификаторplugin-base |
| Версия | Версия1.2.01 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| plugin-base-1.2.01.pom | |
| plugin-base-1.2.01-sources.jar | 38 KB |
| plugin-base-1.2.01-javadoc.jar | 563 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.moengage/plugin-base/ -->
<dependency>
<groupId>com.moengage</groupId>
<artifactId>plugin-base</artifactId>
<version>1.2.01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.moengage/plugin-base/
implementation 'com.moengage:plugin-base:1.2.01'
// https://jarcasting.com/artifacts/com.moengage/plugin-base/
implementation ("com.moengage:plugin-base:1.2.01")
'com.moengage:plugin-base:aar:1.2.01'
<dependency org="com.moengage" name="plugin-base" rev="1.2.01">
<artifact name="plugin-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.moengage', module='plugin-base', version='1.2.01')
)
libraryDependencies += "com.moengage" % "plugin-base" % "1.2.01"
[com.moengage/plugin-base "1.2.01"]