GroupId | GroupIdcom.roomorama |
---|---|
ArtifactId | ArtifactIdcaldroid |
Version | Version2.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
caldroid-2.1.0.pom | |
caldroid-2.1.0.aar | 119 KB |
caldroid-2.1.0-sources.jar | 22 KB |
caldroid-2.1.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.roomorama/caldroid/ -->
<dependency>
<groupId>com.roomorama</groupId>
<artifactId>caldroid</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.roomorama/caldroid/
implementation 'com.roomorama:caldroid:2.1.0'
// https://jarcasting.com/artifacts/com.roomorama/caldroid/
implementation ("com.roomorama:caldroid:2.1.0")
'com.roomorama:caldroid:aar:2.1.0'
<dependency org="com.roomorama" name="caldroid" rev="2.1.0">
<artifact name="caldroid" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.roomorama', module='caldroid', version='2.1.0')
)
libraryDependencies += "com.roomorama" % "caldroid" % "2.1.0"
[com.roomorama/caldroid "2.1.0"]