| License |
License |
|---|---|
| GroupId | GroupIdcom.mikhaellopez |
| ArtifactId | ArtifactIdlazydatepicker |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionLazyDatePicker
This is an Android project to offer an alternative to the native Android Date Picker.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lazydatepicker-1.1.0.pom | |
| lazydatepicker-1.1.0.aar | 20 KB |
| lazydatepicker-1.1.0-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mikhaellopez/lazydatepicker/ -->
<dependency>
<groupId>com.mikhaellopez</groupId>
<artifactId>lazydatepicker</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikhaellopez/lazydatepicker/
implementation 'com.mikhaellopez:lazydatepicker:1.1.0'
// https://jarcasting.com/artifacts/com.mikhaellopez/lazydatepicker/
implementation ("com.mikhaellopez:lazydatepicker:1.1.0")
'com.mikhaellopez:lazydatepicker:aar:1.1.0'
<dependency org="com.mikhaellopez" name="lazydatepicker" rev="1.1.0">
<artifact name="lazydatepicker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikhaellopez', module='lazydatepicker', version='1.1.0')
)
libraryDependencies += "com.mikhaellopez" % "lazydatepicker" % "1.1.0"
[com.mikhaellopez/lazydatepicker "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jakewharton.threetenabp : threetenabp | jar | 1.3.1 |