| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.thomashaertel | 
    
| ArtifactId | ArtifactIdandroid-calendar-view | 
    
| Last Version | Last Version0.5.1 | 
        
| Release Date | Release Date | 
        
| Type | Typeaar | 
    
| Description | 
            DescriptionAndroid-Calendar-View 
            Calendar Picker Dialog 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.thomashaertel/android-calendar-view/ -->
<dependency>
    <groupId>com.thomashaertel</groupId>
    <artifactId>android-calendar-view</artifactId>
    <version>0.5.1</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.thomashaertel/android-calendar-view/
implementation 'com.thomashaertel:android-calendar-view:0.5.1'
                // https://jarcasting.com/artifacts/com.thomashaertel/android-calendar-view/
implementation ("com.thomashaertel:android-calendar-view:0.5.1")
                'com.thomashaertel:android-calendar-view:aar:0.5.1'
                <dependency org="com.thomashaertel" name="android-calendar-view" rev="0.5.1">
  <artifact name="android-calendar-view" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.thomashaertel', module='android-calendar-view', version='0.5.1')
)
                libraryDependencies += "com.thomashaertel" % "android-calendar-view" % "0.5.1"
                [com.thomashaertel/android-calendar-view "0.5.1"]