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