com.googlecode.ez-vcard.ez-vcard 0.10.6 Latest version
Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
<groupId>com.googlecode.ez-vcard</groupId>
<artifactId>ez-vcard</artifactId>
<version>0.10.6</version>
</dependency>
Install 2/2: Run via command line
$ mvn install
About this package
March 16, 2020
- URIs can now be used as KEY property values (Issue 100).
- Relaxed date parsing: Dates with single digit month and/or date components can now be parsed, provided they are in extended format (e.g. 2020-1-3). Before this change, such a date would fail to parse, causing the property to be parsed as a
RawProperty
object (Issue 102). - Updated dependency libraries to latest versions.