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