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