| GroupId | GroupIdcom.github.traex.calendarlistview |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version1.2.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-1.2.2.pom | |
| library-1.2.2.aar | 66 KB |
| library-1.2.2-sources.jar | 11 KB |
| library-1.2.2-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.traex.calendarlistview/library/ -->
<dependency>
<groupId>com.github.traex.calendarlistview</groupId>
<artifactId>library</artifactId>
<version>1.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.traex.calendarlistview/library/
implementation 'com.github.traex.calendarlistview:library:1.2.2'
// https://jarcasting.com/artifacts/com.github.traex.calendarlistview/library/
implementation ("com.github.traex.calendarlistview:library:1.2.2")
'com.github.traex.calendarlistview:library:aar:1.2.2'
<dependency org="com.github.traex.calendarlistview" name="library" rev="1.2.2">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.traex.calendarlistview', module='library', version='1.2.2')
)
libraryDependencies += "com.github.traex.calendarlistview" % "library" % "1.2.2"
[com.github.traex.calendarlistview/library "1.2.2"]