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