| GroupId | GroupIdcom.github.caldav4j |
|---|---|
| ArtifactId | ArtifactIdcaldav4j |
| Version | Version1.0.0-rc.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| caldav4j-1.0.0-rc.2.pom | |
| caldav4j-1.0.0-rc.2.jar | 112 KB |
| caldav4j-1.0.0-rc.2-sources.jar | 97 KB |
| caldav4j-1.0.0-rc.2-javadoc.jar | 478 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.caldav4j/caldav4j/ -->
<dependency>
<groupId>com.github.caldav4j</groupId>
<artifactId>caldav4j</artifactId>
<version>1.0.0-rc.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.caldav4j/caldav4j/
implementation 'com.github.caldav4j:caldav4j:1.0.0-rc.2'
// https://jarcasting.com/artifacts/com.github.caldav4j/caldav4j/
implementation ("com.github.caldav4j:caldav4j:1.0.0-rc.2")
'com.github.caldav4j:caldav4j:jar:1.0.0-rc.2'
<dependency org="com.github.caldav4j" name="caldav4j" rev="1.0.0-rc.2">
<artifact name="caldav4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.caldav4j', module='caldav4j', version='1.0.0-rc.2')
)
libraryDependencies += "com.github.caldav4j" % "caldav4j" % "1.0.0-rc.2"
[com.github.caldav4j/caldav4j "1.0.0-rc.2"]