is not current version
Last Version 0.4.0

net.sourceforge.cardme:cardme 0.4.0-B3

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.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.cardme
ArtifactId

ArtifactId

cardme
Version

Version

0.4.0-B3
Type

Type

jar

Download cardme 0.4.0-B3


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