pof-threeten-bp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.seovic.coherence</groupId>
<artifactId>pof-threeten-bp</artifactId>
<version>0.6</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">
<parent>
<artifactId>pof-serializer</artifactId>
<groupId>com.seovic.coherence</groupId>
<version>0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pof-threeten-bp</artifactId>
<packaging>jar</packaging>
<name>POF Serialization - ThreeTen Backport</name>
<description>POF serializers for 'JSR 310: Java Date and Time' backport</description>
<dependencies>
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>com.oracle.coherence</groupId>
<artifactId>coherence</artifactId>
</dependency>
</dependencies>
</project>