| POM: |
Show
hide
<?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 http://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-serializer</artifactId>
<version>0.1.6</version>
<dependencies>
<dependency>
<groupId>org.mnode.ical4j</groupId>
<artifactId>ical4j</artifactId>
<version>3.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mnode.ical4j</groupId>
<artifactId>ical4j-vcard</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.13.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>ical4j-serializer</name>
<description>Custom marshalling between iCal4j objects and JSON formats</description>
<url>http://ical4j.github.io</url>
<scm>
<url>https://github.com/ical4j/ical4j-serializer</url>
<connection>scm:git@github.com:ical4j/ical4j-serializer.git</connection>
<developerConnection>scm:git@github.com:ical4j/ical4j-serializer.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>
|