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