| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.ez-vcard |
| ArtifactId | ArtifactIdez-vcard |
| Last Version | Last Version0.11.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionez-vcard
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).
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMichael Angstadt |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ez-vcard-0.11.3.pom | |
| ez-vcard-0.11.3.jar | 216 KB |
| ez-vcard-0.11.3-sources.jar | 253 KB |
| ez-vcard-0.11.3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.ez-vcard/ez-vcard/ -->
<dependency>
<groupId>com.googlecode.ez-vcard</groupId>
<artifactId>ez-vcard</artifactId>
<version>0.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.ez-vcard/ez-vcard/
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
// https://jarcasting.com/artifacts/com.googlecode.ez-vcard/ez-vcard/
implementation ("com.googlecode.ez-vcard:ez-vcard:0.11.3")
'com.googlecode.ez-vcard:ez-vcard:jar:0.11.3'
<dependency org="com.googlecode.ez-vcard" name="ez-vcard" rev="0.11.3">
<artifact name="ez-vcard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.ez-vcard', module='ez-vcard', version='0.11.3')
)
libraryDependencies += "com.googlecode.ez-vcard" % "ez-vcard" % "0.11.3"
[com.googlecode.ez-vcard/ez-vcard "0.11.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.mangstadt : vinnie | jar | 2.0.2 |
| org.jsoup : jsoup | jar | 1.14.2 |
| org.freemarker : freemarker | jar | 2.3.31 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.5 |
| com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.12.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| xmlunit : xmlunit | jar | 1.6 |
| org.mockito : mockito-all | jar | 1.10.19 |
| xalan : xalan | jar | 2.7.2 |
| nl.jqno.equalsverifier : equalsverifier | jar | 1.7.6 |