| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.raamcosta.compose-destinations |
| Идентификатор | Идентификаторcore |
| Версия | Версия1.5.10-beta |
| Тип | Типaar |
| Описание |
Описаниеcore
Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| core-1.5.10-beta.pom | |
| core-1.5.10-beta-sources.jar | 55 KB |
| core-1.5.10-beta-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.raamcosta.compose-destinations/core/ -->
<dependency>
<groupId>io.github.raamcosta.compose-destinations</groupId>
<artifactId>core</artifactId>
<version>1.5.10-beta</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.raamcosta.compose-destinations/core/
implementation 'io.github.raamcosta.compose-destinations:core:1.5.10-beta'
// https://jarcasting.com/artifacts/io.github.raamcosta.compose-destinations/core/
implementation ("io.github.raamcosta.compose-destinations:core:1.5.10-beta")
'io.github.raamcosta.compose-destinations:core:aar:1.5.10-beta'
<dependency org="io.github.raamcosta.compose-destinations" name="core" rev="1.5.10-beta">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.raamcosta.compose-destinations', module='core', version='1.5.10-beta')
)
libraryDependencies += "io.github.raamcosta.compose-destinations" % "core" % "1.5.10-beta"
[io.github.raamcosta.compose-destinations/core "1.5.10-beta"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.navigation » navigation-compose | jar | 2.4.2 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |