ical4j-vcard
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mnode.ical4j</groupId> <artifactId>ical4j-vcard</artifactId> <version>2.0.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-vcard</artifactId> <version>2.0.1</version> <dependencies> <dependency> <groupId>org.mnode.ical4j</groupId> <artifactId>ical4j</artifactId> <version>4.0.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.16.1</version> <scope>compile</scope> </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-vcard</name> <description>Support for the vCard specification</description> <url>http://ical4j.github.io</url> <scm> <url>https://github.com/ical4j/ical4j-vcard</url> <connection>scm:git@github.com:ical4j/ical4j-vcard.git</connection> <developerConnection>scm:git@github.com:ical4j/ical4j-vcard.git</developerConnection> </scm> <licenses> <license> <name>iCal4j - License</name> <url>https://raw.githubusercontent.com/ical4j/ical4j/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>fortuna</id> <name>Ben Fortuna</name> </developer> </developers> </project>