MVN

org.jresearch : org.jresearch.google-rfc-2445

Maven & Gradle

Nov 24, 2020

JRS: google RFC 2445 fork · RFC 2445 defines protocols for interoperability between calendar applications, and this library provides java implementations for a number of RFC 2445 primitives including those that describe how events repeat. Start by taking alook at the compat packages.

<dependency>
    <groupId>org.jresearch</groupId>
    <artifactId>org.jresearch.google-rfc-2445</artifactId>
    <version>1.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jresearch : org.jresearch.google-rfc-2445 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.11

All Versions

Choose a version of org.jresearch : org.jresearch.google-rfc-2445 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
org.jresearch.google-rfc-2445-1.0.11
org.jresearch.google-rfc-2445-1.0.10
org.jresearch.google-rfc-2445-1.0.9
org.jresearch.google-rfc-2445-1.0.8
org.jresearch.google-rfc-2445-1.0.7
org.jresearch.google-rfc-2445-1.0.6
org.jresearch.google-rfc-2445-1.0.5
org.jresearch.google-rfc-2445-1.0.4
org.jresearch.google-rfc-2445-1.0.3
org.jresearch.google-rfc-2445-1.0.2
org.jresearch.google-rfc-2445-1.0.1
org.jresearch.google-rfc-2445-1.0.0

How to add a dependency to Maven

Add the following org.jresearch : org.jresearch.google-rfc-2445 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jresearch</groupId>
    <artifactId>org.jresearch.google-rfc-2445</artifactId>
    <version>1.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jresearch : org.jresearch.google-rfc-2445 gradle dependency to your build.gradle file:

implementation 'org.jresearch:org.jresearch.google-rfc-2445:1.0.11'

Gradle Kotlin DSL: Add the following org.jresearch : org.jresearch.google-rfc-2445 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jresearch:org.jresearch.google-rfc-2445:1.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jresearch : org.jresearch.google-rfc-2445 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jresearch" % "org.jresearch.google-rfc-2445" % "1.0.11"

Advertisement