GroupId | GroupIdcom.thomashaertel |
---|---|
ArtifactId | ArtifactIdandroid-calendar-view |
Version | Version0.5.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.thomashaertel/android-calendar-view/ -->
<dependency>
<groupId>com.thomashaertel</groupId>
<artifactId>android-calendar-view</artifactId>
<version>0.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.thomashaertel/android-calendar-view/
implementation 'com.thomashaertel:android-calendar-view:0.5.0'
// https://jarcasting.com/artifacts/com.thomashaertel/android-calendar-view/
implementation ("com.thomashaertel:android-calendar-view:0.5.0")
'com.thomashaertel:android-calendar-view:aar:0.5.0'
<dependency org="com.thomashaertel" name="android-calendar-view" rev="0.5.0">
<artifact name="android-calendar-view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.thomashaertel', module='android-calendar-view', version='0.5.0')
)
libraryDependencies += "com.thomashaertel" % "android-calendar-view" % "0.5.0"
[com.thomashaertel/android-calendar-view "0.5.0"]