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