date-parser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.joutvhu</groupId>
<artifactId>date-parser</artifactId>
<version>1.0.0</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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.joutvhu</groupId>
<artifactId>date-parser</artifactId>
<version>1.0.0</version>
<name>date-parser</name>
<description>Utility to parse String to Date according to a target class, and the pattern strings. And format Date to String based on a pattern string.</description>
<url>https://github.com/joutvhu/date-parser</url>
<organization>
<name>Giao Ho</name>
<url>https://github.com/joutvhu</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/joutvhu/date-parser/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>joutvhu</id>
<name>Giao Ho</name>
<email>joutvhu@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:joutvhu/date-parser.git</connection>
<developerConnection>scm:git:git@github.com:joutvhu/date-parser.git</developerConnection>
<url>https://github.com/joutvhu/date-parser</url>
</scm>
<issueManagement>
<system>Github Issue</system>
<url>https://github.com/joutvhu/date-parser/issues</url>
</issueManagement>
<dependencies/>
</project>