MVN

net.deechael : dynamic-chat-api

Maven & Gradle

Jul 21, 2022
1 stars

DynamicChatAPI · API of DynamicChat

<dependency>
    <groupId>net.deechael</groupId>
    <artifactId>dynamic-chat-api</artifactId>
    <version>1.00.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.deechael : dynamic-chat-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.00.0

All Versions

Choose a version of net.deechael : dynamic-chat-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.00.x
dynamic-chat-api-1.00.0

How to add a dependency to Maven

Add the following net.deechael : dynamic-chat-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.deechael</groupId>
    <artifactId>dynamic-chat-api</artifactId>
    <version>1.00.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.deechael : dynamic-chat-api gradle dependency to your build.gradle file:

implementation 'net.deechael:dynamic-chat-api:1.00.0'

Gradle Kotlin DSL: Add the following net.deechael : dynamic-chat-api gradle kotlin dependency to your build.gradle.kts file:

implementation("net.deechael:dynamic-chat-api:1.00.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.deechael : dynamic-chat-api sbt scala dependency to your build.sbt file:

libraryDependencies += "net.deechael" % "dynamic-chat-api" % "1.00.0"

Advertisement