o

osgi.enroute.iot.circuit.provider

Implements a Circuit Board for ICs. ICs have inputs and outputs. The Circuit board can fire events to the ICs and ICs can fire events to the board. The board then dispatches the event to the connected inputs.
http://v2archive.enroute.osgi.org/
http://opensource.org/licenses/apache2.0.php
OSGi Alliance
OSGi Alliance
文件下载
文件名 操作
osgi.enroute.iot.circuit.provider-2.1.0.jar 下载
osgi.enroute.iot.circuit.provider-2.1.0.pom 下载
osgi.enroute.iot.circuit.provider-2.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.osgi</groupId>
  <artifactId>osgi.enroute.iot.circuit.provider</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.osgi:osgi.enroute.iot.circuit.provider:2.1.0'
Gradle Kotlin
implementation("org.osgi:osgi.enroute.iot.circuit.provider:2.1.0")
Scala SBT
libraryDependencies += "org.osgi" % "osgi.enroute.iot.circuit.provider" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.osgi', module='osgi.enroute.iot.circuit.provider', version='2.1.0')
)
Apache Ivy
<dependency org="org.osgi" name="osgi.enroute.iot.circuit.provider" rev="2.1.0" />
Leiningen
[org.osgi/osgi.enroute.iot.circuit.provider "2.1.0"]
Apache Buildr
'org.osgi:osgi.enroute.iot.circuit.provider:jar:2.1.0'
本项目依赖
该项目无第三方依赖