MVN

org.osgi : osgi.enroute.easse.simple.adapter

Maven & Gradle

Nov 30, 2021
2 usages
4 stars

osgi.enroute.easse.simple.adapter · Provides a mapping from Event Admin events to Javascript Server Side Events (SSE). This bundle registers under /sse/1, the remaining path is treated as the topic. It will then send all matching events to the browser through SSE. The type of the event is org.osgi.service.eventadmin;topic=%s, the data payload is a JSON representation of the event properties.

<dependency>
    <groupId>org.osgi</groupId>
    <artifactId>osgi.enroute.easse.simple.adapter</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.osgi : osgi.enroute.easse.simple.adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of org.osgi : osgi.enroute.easse.simple.adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
osgi.enroute.easse.simple.adapter-2.1.0
2.0.x
osgi.enroute.easse.simple.adapter-2.0.0

How to add a dependency to Maven

Add the following org.osgi : osgi.enroute.easse.simple.adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.osgi</groupId>
    <artifactId>osgi.enroute.easse.simple.adapter</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.osgi : osgi.enroute.easse.simple.adapter gradle dependency to your build.gradle file:

implementation 'org.osgi:osgi.enroute.easse.simple.adapter:2.1.0'

Gradle Kotlin DSL: Add the following org.osgi : osgi.enroute.easse.simple.adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.osgi:osgi.enroute.easse.simple.adapter:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.osgi : osgi.enroute.easse.simple.adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.osgi" % "osgi.enroute.easse.simple.adapter" % "2.1.0"

Advertisement

Dependencies from Group

Jul 30, 2014
5.8k usages
Sep 24, 2013
3.1k usages
Dec 20, 2022
1.3k usages
88 stars
Nov 30, 2021
1.3k usages
Nov 30, 2021
1.2k usages

Discover Dependencies

Jul 27, 2023
6 usages
1 stars
Dec 23, 2022
4 usages
6.5k stars
Mar 27, 2017
4 usages
6.5k stars
Aug 18, 2023
27 usages
6.5k stars
Dec 12, 2016
7 stars
Sep 09, 2019
1 usages
3 stars
Aug 02, 2017
2 stars