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