Skip to content

Maven Support

Releases

All iCal4j artifacts may now be found in the maven central repository. To add a dependency add it to your configuration as follows:

<project>
  ...
  <dependencies>
    <dependency>
      <groupId>org.mnode.ical4j</groupId>
      <artifactId>ical4j</artifactId>
      <version>1.0.2</version>
    </dependency>
    ...
  </dependencies>
  ...
</project>

Snapshots

Snapshot releases are also available from the Sonatype Snapshot Repository