MVN

com.github.mangstadt : vinnie

Maven & Gradle

Apr 07, 2018
4 usages
8 stars

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

<dependency>
    <groupId>com.github.mangstadt</groupId>
    <artifactId>vinnie</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mangstadt : vinnie to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of com.github.mangstadt : vinnie to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
vinnie-2.0.2
vinnie-2.0.1
vinnie-2.0.0
1.0.x
vinnie-1.0.1
vinnie-1.0.0

How to add a dependency to Maven

Add the following com.github.mangstadt : vinnie maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mangstadt</groupId>
    <artifactId>vinnie</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mangstadt : vinnie gradle dependency to your build.gradle file:

implementation 'com.github.mangstadt:vinnie:2.0.2'

Gradle Kotlin DSL: Add the following com.github.mangstadt : vinnie gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mangstadt:vinnie:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mangstadt : vinnie sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mangstadt" % "vinnie" % "2.0.2"

Advertisement