MVN

com.symphony.oss.models : chat-model

Maven & Gradle

Feb 24, 2021
2 usages
0 stars
<dependency>
    <groupId>com.symphony.oss.models</groupId>
    <artifactId>chat-model</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.symphony.oss.models : chat-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of com.symphony.oss.models : chat-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
chat-model-0.8.0
0.7.x
chat-model-0.7.0
0.6.x
chat-model-0.6.0
0.5.x
chat-model-0.5.0
0.4.x
chat-model-0.4.0
0.3.x
chat-model-0.3.9
chat-model-0.3.8
chat-model-0.3.7
chat-model-0.3.6
chat-model-0.3.5
chat-model-0.3.4
chat-model-0.3.3
chat-model-0.3.2
chat-model-0.3.1
chat-model-0.3.0
0.0.x
chat-model-0.0.16
chat-model-0.0.15
chat-model-0.0.14
chat-model-0.0.13
chat-model-0.0.12
chat-model-0.0.11
chat-model-0.0.10
chat-model-0.0.9
chat-model-0.0.8
chat-model-0.0.7
chat-model-0.0.6
chat-model-0.0.5
chat-model-0.0.4
chat-model-0.0.3
chat-model-0.0.2
chat-model-0.0.1

How to add a dependency to Maven

Add the following com.symphony.oss.models : chat-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.symphony.oss.models</groupId>
    <artifactId>chat-model</artifactId>
    <version>0.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.symphony.oss.models : chat-model gradle dependency to your build.gradle file:

implementation 'com.symphony.oss.models:chat-model:0.8.0'

Gradle Kotlin DSL: Add the following com.symphony.oss.models : chat-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.symphony.oss.models:chat-model:0.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.symphony.oss.models : chat-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.symphony.oss.models" % "chat-model" % "0.8.0"

Advertisement