is not current version
Last Version 0.11.3

com.googlecode.ez-vcard:ez-vcard 0.8.4

A library that reads and writes vCards, supporting all versions of the vCard standard (2.1, 3.0, and 4.0) as well as xCard (XML-encoded vCards), hCard (HTML-encoded vCards), and jCard (JSON-encoded vCards).

GroupId

GroupId

com.googlecode.ez-vcard
ArtifactId

ArtifactId

ez-vcard
Version

Version

0.8.4
Type

Type

jar

Download ez-vcard 0.8.4


<!-- https://jarcasting.com/artifacts/com.googlecode.ez-vcard/ez-vcard/ -->
<dependency>
    <groupId>com.googlecode.ez-vcard</groupId>
    <artifactId>ez-vcard</artifactId>
    <version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.ez-vcard/ez-vcard/
implementation 'com.googlecode.ez-vcard:ez-vcard:0.8.4'
// https://jarcasting.com/artifacts/com.googlecode.ez-vcard/ez-vcard/
implementation ("com.googlecode.ez-vcard:ez-vcard:0.8.4")
'com.googlecode.ez-vcard:ez-vcard:jar:0.8.4'
<dependency org="com.googlecode.ez-vcard" name="ez-vcard" rev="0.8.4">
  <artifact name="ez-vcard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.ez-vcard', module='ez-vcard', version='0.8.4')
)
libraryDependencies += "com.googlecode.ez-vcard" % "ez-vcard" % "0.8.4"
[com.googlecode.ez-vcard/ez-vcard "0.8.4"]