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