MVN

io.cettia : cettia-server

Maven & Gradle

Nov 05, 2018
1 usages
40 stars

Cettia Server/Server

<dependency>
    <groupId>io.cettia</groupId>
    <artifactId>cettia-server</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.cettia : cettia-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0
  • Latest Release Candidate: 1.0.0-RC1
  • Latest Beta: 1.2.0-Beta2
  • Latest Alpha: 1.0.0-Alpha3

All Versions

Choose a version of io.cettia : cettia-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
cettia-server-1.2.0
cettia-server-1.2.0-Beta2
1.1.x
cettia-server-1.1.0
cettia-server-1.1.0-Beta1
1.0.x
cettia-server-1.0.0
cettia-server-1.0.0-RC1
cettia-server-1.0.0-Beta1
cettia-server-1.0.0-Alpha3
cettia-server-1.0.0-Alpha2
cettia-server-1.0.0-Alpha1

How to add a dependency to Maven

Add the following io.cettia : cettia-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.cettia</groupId>
    <artifactId>cettia-server</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.cettia : cettia-server gradle dependency to your build.gradle file:

implementation 'io.cettia:cettia-server:1.2.0'

Gradle Kotlin DSL: Add the following io.cettia : cettia-server gradle kotlin dependency to your build.gradle.kts file:

implementation("io.cettia:cettia-server:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.cettia : cettia-server sbt scala dependency to your build.sbt file:

libraryDependencies += "io.cettia" % "cettia-server" % "1.2.0"

Advertisement