MVN

io.github.fanapsoft : podchat

Maven & Gradle

Aug 08, 2023
0 stars

podchat · Fanaps POD Chat service (DIRANA)

<dependency>
    <groupId>io.github.fanapsoft</groupId>
    <artifactId>podchat</artifactId>
    <version>1.0.1-light</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fanapsoft : podchat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1-light

All Versions

Choose a version of io.github.fanapsoft : podchat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
podchat-1.0.1-light
podchat-1.0.0-light
0.9.x
podchat-0.9.22.0-light
podchat-0.9.21.0-light
podchat-0.9.20.1-light
podchat-0.9.20.0-light
podchat-0.9.19.3-light

How to add a dependency to Maven

Add the following io.github.fanapsoft : podchat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fanapsoft</groupId>
    <artifactId>podchat</artifactId>
    <version>1.0.1-light</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fanapsoft : podchat gradle dependency to your build.gradle file:

implementation 'io.github.fanapsoft:podchat:1.0.1-light'

Gradle Kotlin DSL: Add the following io.github.fanapsoft : podchat gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fanapsoft:podchat:1.0.1-light")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fanapsoft : podchat sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fanapsoft" % "podchat" % "1.0.1-light"

Advertisement