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