GroupId | GroupIdcom.maxkeppeler.sheets |
---|---|
ArtifactId | ArtifactIdcalendar |
Version | Version2.1.3 |
Type | Typeaar |
Filename | Size |
---|---|
calendar-2.1.3.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.maxkeppeler.sheets/calendar/ -->
<dependency>
<groupId>com.maxkeppeler.sheets</groupId>
<artifactId>calendar</artifactId>
<version>2.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.maxkeppeler.sheets/calendar/
implementation 'com.maxkeppeler.sheets:calendar:2.1.3'
// https://jarcasting.com/artifacts/com.maxkeppeler.sheets/calendar/
implementation ("com.maxkeppeler.sheets:calendar:2.1.3")
'com.maxkeppeler.sheets:calendar:aar:2.1.3'
<dependency org="com.maxkeppeler.sheets" name="calendar" rev="2.1.3">
<artifact name="calendar" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.maxkeppeler.sheets', module='calendar', version='2.1.3')
)
libraryDependencies += "com.maxkeppeler.sheets" % "calendar" % "2.1.3"
[com.maxkeppeler.sheets/calendar "2.1.3"]