bw-util-calendar
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.bedework</groupId> <artifactId>bw-util-calendar</artifactId> <version>4.0.16</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.bedework</groupId> <artifactId>bw-util</artifactId> <version>4.0.16</version> </parent> <artifactId>bw-util-calendar</artifactId> <packaging>jar</packaging> <dependencies> <!-- Bedework --> <dependency> <groupId>org.bedework</groupId> <artifactId>bw-ws-icalendar</artifactId> <version>${bw-ws.version}</version> </dependency> <dependency> <groupId>org.bedework</groupId> <artifactId>bw-util-misc</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.bedework</groupId> <artifactId>bw-util-xml</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${ical4j.groupId}</groupId> <artifactId>${ical4j.artifactId}</artifactId> </dependency> <!-- Third Party Libraries --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> </dependencies> </project>