License |
License |
---|---|
GroupId | GroupIdio.github.boguszpawlowski.composecalendar |
ArtifactId | ArtifactIdcomposecalendar |
Version | Version0.1.0 |
Type | Typeaar |
Description |
DescriptionCompose Calendar
Library for handling the Calendar view in Jetpack Compose.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
composecalendar-0.1.0.pom | |
composecalendar-0.1.0-sources.jar | 12 KB |
composecalendar-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.boguszpawlowski.composecalendar/composecalendar/ -->
<dependency>
<groupId>io.github.boguszpawlowski.composecalendar</groupId>
<artifactId>composecalendar</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.boguszpawlowski.composecalendar/composecalendar/
implementation 'io.github.boguszpawlowski.composecalendar:composecalendar:0.1.0'
// https://jarcasting.com/artifacts/io.github.boguszpawlowski.composecalendar/composecalendar/
implementation ("io.github.boguszpawlowski.composecalendar:composecalendar:0.1.0")
'io.github.boguszpawlowski.composecalendar:composecalendar:aar:0.1.0'
<dependency org="io.github.boguszpawlowski.composecalendar" name="composecalendar" rev="0.1.0">
<artifact name="composecalendar" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.boguszpawlowski.composecalendar', module='composecalendar', version='0.1.0')
)
libraryDependencies += "io.github.boguszpawlowski.composecalendar" % "composecalendar" % "0.1.0"
[io.github.boguszpawlowski.composecalendar/composecalendar "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.5.10 |
androidx.compose.runtime » runtime | jar | 1.0.0-beta08 |
androidx.compose.ui » ui | jar | 1.0.0-beta08 |
androidx.compose.ui » ui-tooling | jar | 1.0.0-beta08 |
androidx.compose.foundation » foundation | jar | 1.0.0-beta08 |
androidx.compose.foundation » foundation-layout | jar | 1.0.0-beta08 |
androidx.compose.material » material | jar | 1.0.0-beta08 |
com.jakewharton.timber : timber | jar | 4.7.1 |