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