ical4j
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mnode.ical4j</groupId> <artifactId>ical4j</artifactId> <version>4.1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.mnode.ical4j</groupId> <artifactId>ical4j</artifactId> <version>4.1.1</version> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.17.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.14.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.threeten</groupId> <artifactId>threeten-extra</artifactId> <version>1.8.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> <version>3.1.8</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.jparsec</groupId> <artifactId>jparsec</artifactId> <version>3.1</version> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <version>3.0.22</version> <scope>runtime</scope> <optional>true</optional> </dependency> </dependencies> <name>ical4j</name> <description> A Java library for reading and writing iCalendar (*.ics) files </description> <url>http://ical4j.github.io</url> <scm> <url>https://github.com/ical4j/ical4j</url> <connection>scm:git@github.com:ical4j/ical4j.git</connection> <developerConnection>scm:git@github.com:ical4j/ical4j.git</developerConnection> </scm> <licenses> <license> <name>BSD-3-Clause</name> <url>https://raw.githubusercontent.com/ical4j/ical4j/master/LICENSE.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>fortuna</id> <name>Ben Fortuna</name> </developer> </developers> </project>