Download vinnie-2.0.2.jar file - Jar v

Jar examples for v:vinnie

Description

A lightweight Java library that reads and writes "vobject" data (vCard and iCalendar).

You can download jar file vinnie 2.0.2 in this page.

License

MIT License

Build File

You can use the following script to add vinnie-2.0.2.jar to your project.

<dependency>
   <groupId>com.github.mangstadt</groupId>
   <artifactId>vinnie</artifactId>
   <version>2.0.2</version>
</dependency>
compile group: 'com.github.mangstadt', name: 'vinnie', version: '2.0.2'
libraryDependencies += "com.github.mangstadt" % "vinnie" % "2.0.2"
<dependency org="com.github.mangstadt" name="vinnie" rev="2.0.2"/>
@Grapes(@Grab(group='com.github.mangstadt', module='vinnie', version='2.0.2'))
'com.github.mangstadt:vinnie:jar:2.0.2'

Download

Click the following link to download the jar file.

vinnie-2.0.2-javadoc.jar
vinnie-2.0.2-sources.jar
vinnie-2.0.2.jar
vinnie-2.0.2.pom



Related Tutorials