Download ical4j-2.0.2.jar file - Jar i

Jar examples for i:ical4j

Description

A Java library for reading and writing iCalendar (*.ics) files

You can download jar file ical4j 2.0.2 in this page.

License

iCal4j - License

Build File

You can use the following script to add ical4j-2.0.2.jar to your project.

<dependency>
   <groupId>net.oneandone.ical4j</groupId>
   <artifactId>ical4j</artifactId>
   <version>2.0.2</version>
</dependency>
compile group: 'net.oneandone.ical4j', name: 'ical4j', version: '2.0.2'
libraryDependencies += "net.oneandone.ical4j" % "ical4j" % "2.0.2"
<dependency org="net.oneandone.ical4j" name="ical4j" rev="2.0.2"/>
@Grapes(@Grab(group='net.oneandone.ical4j', module='ical4j', version='2.0.2'))
'net.oneandone.ical4j:ical4j:jar:2.0.2'

Download

Click the following link to download the jar file.

ical4j-2.0.2-javadoc.jar
ical4j-2.0.2-sources.jar
ical4j-2.0.2-test-sources.jar
ical4j-2.0.2.jar
ical4j-2.0.2.pom



Related Tutorials