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