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