MVN

com.ai-republic : http-sse-api

Maven & Gradle

Aug 23, 2019
1 usages
0 stars

HTTP-SSE API · An API for receiving and sending SSE (Server-Sent-Events). SSE producers and consumers can be defined via annotations. A standalone mode is also provided including SSL support.

<dependency>
    <groupId>com.ai-republic</groupId>
    <artifactId>http-sse-api</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ai-republic : http-sse-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.ai-republic : http-sse-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
http-sse-api-1.0.1
http-sse-api-1.0.0

How to add a dependency to Maven

Add the following com.ai-republic : http-sse-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ai-republic</groupId>
    <artifactId>http-sse-api</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ai-republic : http-sse-api gradle dependency to your build.gradle file:

implementation 'com.ai-republic:http-sse-api:1.0.1'

Gradle Kotlin DSL: Add the following com.ai-republic : http-sse-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ai-republic:http-sse-api:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ai-republic : http-sse-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ai-republic" % "http-sse-api" % "1.0.1"

Advertisement