MVN

org.jitsi : irc-api

Maven & Gradle

Nov 21, 2020
0 stars

IRC API · Open source Java IRC API

<dependency>
    <groupId>org.jitsi</groupId>
    <artifactId>irc-api</artifactId>
    <version>1.0-0015-jitsi-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jitsi : irc-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-0015-jitsi-1

All Versions

Choose a version of org.jitsi : irc-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
irc-api-1.0-0015-jitsi-1

How to add a dependency to Maven

Add the following org.jitsi : irc-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jitsi</groupId>
    <artifactId>irc-api</artifactId>
    <version>1.0-0015-jitsi-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jitsi : irc-api gradle dependency to your build.gradle file:

implementation 'org.jitsi:irc-api:1.0-0015-jitsi-1'

Gradle Kotlin DSL: Add the following org.jitsi : irc-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jitsi:irc-api:1.0-0015-jitsi-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jitsi : irc-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jitsi" % "irc-api" % "1.0-0015-jitsi-1"

Advertisement

Dependencies from Group

Nov 01, 2020
4 usages
Apr 12, 2016
3 usages
10 stars
Nov 01, 2020
3 usages
Feb 20, 2020
2 usages
41 stars
Aug 23, 2023
2 usages
414 stars

Discover Dependencies