Download cardme-0.3.6.03.jar file - Jar c

Jar examples for c:cardme

Description

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.

You can download jar file cardme 0.3.6.03 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1

Build File

You can use the following script to add cardme-0.3.6.03.jar to your project.

<dependency>
   <groupId>net.sourceforge.cardme</groupId>
   <artifactId>cardme</artifactId>
   <version>0.3.6.03</version>
</dependency>
compile group: 'net.sourceforge.cardme', name: 'cardme', version: '0.3.6.03'
libraryDependencies += "net.sourceforge.cardme" % "cardme" % "0.3.6.03"
<dependency org="net.sourceforge.cardme" name="cardme" rev="0.3.6.03"/>
@Grapes(@Grab(group='net.sourceforge.cardme', module='cardme', version='0.3.6.03'))
'net.sourceforge.cardme:cardme:jar:0.3.6.03'

Download

Click the following link to download the jar file.

cardme-0.3.6.03-javadoc.jar
cardme-0.3.6.03-sources.jar
cardme-0.3.6.03.jar
cardme-0.3.6.03.pom



Related Tutorials