| GroupId | GroupIdcom.github.hachimann |
|---|---|
| ArtifactId | ArtifactIdmaterial-calendarview |
| Version | Version0.0.4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| material-calendarview-0.0.4.pom | |
| material-calendarview-0.0.4.aar | 83 KB |
| material-calendarview-0.0.4-sources.jar | 43 KB |
| material-calendarview-0.0.4-javadoc.jar | 129 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hachimann/material-calendarview/ -->
<dependency>
<groupId>com.github.hachimann</groupId>
<artifactId>material-calendarview</artifactId>
<version>0.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hachimann/material-calendarview/
implementation 'com.github.hachimann:material-calendarview:0.0.4'
// https://jarcasting.com/artifacts/com.github.hachimann/material-calendarview/
implementation ("com.github.hachimann:material-calendarview:0.0.4")
'com.github.hachimann:material-calendarview:aar:0.0.4'
<dependency org="com.github.hachimann" name="material-calendarview" rev="0.0.4">
<artifact name="material-calendarview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.hachimann', module='material-calendarview', version='0.0.4')
)
libraryDependencies += "com.github.hachimann" % "material-calendarview" % "0.0.4"
[com.github.hachimann/material-calendarview "0.0.4"]