Cardme VCard Library

An implementation of RFC 2426 - VCard. This groupware library will provide java applications with a way to read and write VCards from and to the VCard file format. Project goals are to provide a flexible and easy to use library with excellent docs.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.cardme
ArtifactId

ArtifactId

cardme
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Cardme VCard Library
An implementation of RFC 2426 - VCard. This groupware library will provide java applications with a way to read and write VCards from and to the VCard file format. Project goals are to provide a flexible and easy to use library with excellent docs.
Project URL

Project URL

https://sourceforge.net/projects/cardme/
Source Code Management

Source Code Management

http://svn.code.sf.net/p/cardme/code/tags/cardme-0.4.0

Download cardme

How to add to project

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

Dependencies

provided (2)

Group / Artifact Type Version
junit : junit jar 4.9
commons-codec : commons-codec jar 1.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.0
0.4.0-B3
0.3.6.03
0.3.6
0.3.5
0.3.4.01
0.3.4
0.3.3
0.3.2.02