MVN

net.sf.openymsg : openymsg

Maven & Gradle

Feb 21, 2012

OpenYMSG library · OpenYMSG is an Java library that implements the Yahoo Instant Messenger protocol.

<dependency>
    <groupId>net.sf.openymsg</groupId>
    <artifactId>openymsg</artifactId>
    <version>0.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.openymsg : openymsg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.3

All Versions

Choose a version of net.sf.openymsg : openymsg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
openymsg-0.6.3
openymsg-0.6.1
openymsg-0.6.0

How to add a dependency to Maven

Add the following net.sf.openymsg : openymsg maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.openymsg</groupId>
    <artifactId>openymsg</artifactId>
    <version>0.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.openymsg : openymsg gradle dependency to your build.gradle file:

implementation 'net.sf.openymsg:openymsg:0.6.3'

Gradle Kotlin DSL: Add the following net.sf.openymsg : openymsg gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.openymsg:openymsg:0.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.openymsg : openymsg sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.openymsg" % "openymsg" % "0.6.3"