MVN

org.opencord : igmp

Maven & Gradle

Jun 08, 2018

Internet Group Message Protocol

<dependency>
    <groupId>org.opencord</groupId>
    <artifactId>igmp</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opencord : igmp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0
  • Latest Release Candidate: 1.1-rc1

All Versions

Choose a version of org.opencord : igmp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
igmp-1.4.0
1.3.x
igmp-1.3.0
1.2.x
igmp-1.2.0
1.1
igmp-1.1-rc1
1.0.x
igmp-1.0.0
igmp-1.0.0-rc1
1.0
igmp-1.0-rc4
igmp-1.0-rc3

How to add a dependency to Maven

Add the following org.opencord : igmp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opencord</groupId>
    <artifactId>igmp</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opencord : igmp gradle dependency to your build.gradle file:

implementation 'org.opencord:igmp:1.4.0'

Gradle Kotlin DSL: Add the following org.opencord : igmp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opencord:igmp:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opencord : igmp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opencord" % "igmp" % "1.4.0"

Advertisement