All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by osgi with all dependencies

Search JAR files by class name

gemini-blueprint from group net.solarnetwork.external (version 3.0.0.SN01)

Eclipse Gemini Blueprint project makes it easy to build Java applications that run in an OSGi framework. By using Gemini Blueprint, applications benefit from using a better separation of modules, the ability to dynamically add, remove, and update modules in a running system, the ability to deploy multiple versions of a module simultaneously (and have clients automatically bind to the appropriate one), and a dynamic service model.

Group: net.solarnetwork.external Artifact: gemini-blueprint
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact gemini-blueprint
Group net.solarnetwork.external
Version 3.0.0.SN01
Last update 07. March 2023
Organization not specified
URL http://www.eclipse.org/gemini/blueprint/
License Eclipse Public License, Version 1.0
Dependencies amount 1
Dependencies javax.inject,
There are maybe transitive dependencies!

osgi.enroute.easse.simple.adapter from group biz.aQute (version 2.2.0)

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.

Group: biz.aQute Artifact: osgi.enroute.easse.simple.adapter
Show documentation Show source 
 

0 downloads
Artifact osgi.enroute.easse.simple.adapter
Group biz.aQute
Version 2.2.0
Last update 06. January 2020
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

osgi.enroute.easse.simple.adapter from group org.osgi (version 2.1.0)

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.

Group: org.osgi Artifact: osgi.enroute.easse.simple.adapter
Show all versions Show documentation Show source 
 

0 downloads
Artifact osgi.enroute.easse.simple.adapter
Group org.osgi
Version 2.1.0
Last update 26. September 2018
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

async-helper from group org.vishag (version 4.0.0)

Async-Helper is a Java utility (also an OSGi bundle) to invoke/schedule Tasks/data fetch operation asynchronously using tags/flags in a functional way. This 4.0.0 release is with breaking changes where all static methods are made as instance methods, and the helper classes are provided option to pass an executor service/async context or to use default executor/async context.

Group: org.vishag Artifact: async-helper
Show all versions Show documentation Show source 
 

0 downloads
Artifact async-helper
Group org.vishag
Version 4.0.0
Last update 15. June 2018
Organization not specified
URL https://github.com/loganathan001/AsyncHelper
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gemini-blueprint from group org.eclipse.gemini.blueprint (version 3.0.0.M01)

Eclipse Gemini Blueprint project makes it easy to build Java applications that run in an OSGi framework. By using Gemini Blueprint, applications benefit from using a better separation of modules, the ability to dynamically add, remove, and update modules in a running system, the ability to deploy multiple versions of a module simultaneously (and have clients automatically bind to the appropriate one), and a dynamic service model.

Group: org.eclipse.gemini.blueprint Artifact: gemini-blueprint
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact gemini-blueprint
Group org.eclipse.gemini.blueprint
Version 3.0.0.M01
Last update 02. April 2018
Organization not specified
URL http://www.eclipse.org/gemini/blueprint/
License Eclipse Public License, Version 1.0
Dependencies amount 1
Dependencies javax.inject,
There are maybe transitive dependencies!

taverna-reference-testhelpers from group org.apache.taverna.engine (version 3.1.0-incubating)

In order to properly test OSGi-loaded t2ference modules we need a module that is entire external to t2reference and to the test cases. If the test implementations are included in either the api, core implementations or test modules they will be loaded by the root classloader of the test runner - by putting them in an independent artifact we allow them to be loaded through various SPI discovery mechanisms as they would be in a 'real' environment.

Group: org.apache.taverna.engine Artifact: taverna-reference-testhelpers
Show documentation Show source 
 

0 downloads
Artifact taverna-reference-testhelpers
Group org.apache.taverna.engine
Version 3.1.0-incubating
Last update 06. June 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies taverna-reference-api, log4j,
There are maybe transitive dependencies!

baselining-maven-plugin from group net.distilledcode.maven (version 1.1.0)

Maven plugin leveraging the baselining feature of the bnd library[0]. The plugin automatically checks an OSGi bundle's package export versions need to be incremented, in accordance with semantic versioning[1,2]. [0] http://blog.osgi.org/2013/09/baselining-semantic-versioning-made-easy.html [1] http://www.osgi.org/wiki/uploads/Links/SemanticVersioning.pdf [2] http://semver.org/spec/v2.0.0.html

Group: net.distilledcode.maven Artifact: baselining-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact baselining-maven-plugin
Group net.distilledcode.maven
Version 1.1.0
Last update 08. April 2016
Organization not specified
URL https://github.com/code-distillery/baselining-maven-plugin
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies bnd, maven-plugin-api, maven-core, maven-compat,
There are maybe transitive dependencies!

rdf.scala.utils from group org.apache.clerezza (version 1.0.0)

OSGi bundle providing utilities for accessing Clerezza RDF Commons Graphs with Scala. Adding import "org.apache.clerezza.rdf.scala.utils.Preamble._" will allow to use "node/-FOAF.knows/FOAF.name!" with a GraphNode node as shortcut for node.getSubject(FOAF.knows).getObject(FOAF.name).getNode(). To access multiple property values the position can be indicated using the %-operator, e.g. "node/-FOAF.knows%2/FOAF.name%0!", see the ScalaDocs for RichGraphNode for all operations

Group: org.apache.clerezza Artifact: rdf.scala.utils
Show all versions Show source 
 

0 downloads
Artifact rdf.scala.utils
Group org.apache.clerezza
Version 1.0.0
Last update 20. May 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies scala-library, org.osgi.core, org.osgi.compendium, rdf.core, rdf.utils,
There are maybe transitive dependencies!

org.beamfoundry.bundles.spring-dm from group org.beamfoundry.bundles.spring-dm (version 1.3.1)

The Dynamic Modules for Spring4 project makes it easy to build Spring applications that run in an OSGi framework. A Spring application written in this way provides better separation of modules, the ability to dynamically add, remove, and update modules in a running system, the ability to deploy multiple versions of a module simultaneously (and have clients automatically bind to the appropriate one), and a dynamic service model.

Group: org.beamfoundry.bundles.spring-dm Artifact: org.beamfoundry.bundles.spring-dm
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.beamfoundry.bundles.spring-dm
Group org.beamfoundry.bundles.spring-dm
Version 1.3.1
Last update 24. December 2014
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.openengsb.framework.api from group org.openengsb.framework (version 3.0.0.M2)

Interfaces to be implemented by Domains, Connectors and Events which handle intatiation of Services and Proxies, classes for registration of bundles and services, classes for localization, classes that save connector properties (Persistence) and finally classes that enable the web application to have access to OSGI bundles. This bundle contains only the model and interface descriptions of all those services. In theory someone can take only a minor number of openengsb bundles, the api and create the rest of the system on his own.

Group: org.openengsb.framework Artifact: org.openengsb.framework.api
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.openengsb.framework.api
Group org.openengsb.framework
Version 3.0.0.M2
Last update 10. October 2014
Organization not specified
URL http://www.openengsb.org
License Apache 2
Dependencies amount 4
Dependencies guava, org.osgi.core, commons-lang, commons-io,
There are maybe transitive dependencies!



Page 423 from 428 (items total 4279)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy