| GroupId | GroupIdio.github.dengshiwei |
|---|---|
| ArtifactId | ArtifactIdcalendar |
| Version | Version0.0.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| calendar-0.0.3.pom | |
| calendar-0.0.3-sources.jar | 28 KB |
| calendar-0.0.3-javadoc.jar | 165 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dengshiwei/calendar/ -->
<dependency>
<groupId>io.github.dengshiwei</groupId>
<artifactId>calendar</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dengshiwei/calendar/
implementation 'io.github.dengshiwei:calendar:0.0.3'
// https://jarcasting.com/artifacts/io.github.dengshiwei/calendar/
implementation ("io.github.dengshiwei:calendar:0.0.3")
'io.github.dengshiwei:calendar:aar:0.0.3'
<dependency org="io.github.dengshiwei" name="calendar" rev="0.0.3">
<artifact name="calendar" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.dengshiwei', module='calendar', version='0.0.3')
)
libraryDependencies += "io.github.dengshiwei" % "calendar" % "0.0.3"
[io.github.dengshiwei/calendar "0.0.3"]