is not current version
Last Version 2.1.0

org.osgi:osgi.enroute.iot.circuit.provider 2.0.0

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.

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.osgi
ArtifactId

ArtifactId

osgi.enroute.iot.circuit.provider
Version

Version

2.0.0
Type

Type

jar

Download osgi.enroute.iot.circuit.provider 2.0.0


<!-- https://jarcasting.com/artifacts/org.osgi/osgi.enroute.iot.circuit.provider/ -->
<dependency>
    <groupId>org.osgi</groupId>
    <artifactId>osgi.enroute.iot.circuit.provider</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/osgi.enroute.iot.circuit.provider/
implementation 'org.osgi:osgi.enroute.iot.circuit.provider:2.0.0'
// https://jarcasting.com/artifacts/org.osgi/osgi.enroute.iot.circuit.provider/
implementation ("org.osgi:osgi.enroute.iot.circuit.provider:2.0.0")
'org.osgi:osgi.enroute.iot.circuit.provider:jar:2.0.0'
<dependency org="org.osgi" name="osgi.enroute.iot.circuit.provider" rev="2.0.0">
  <artifact name="osgi.enroute.iot.circuit.provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='osgi.enroute.iot.circuit.provider', version='2.0.0')
)
libraryDependencies += "org.osgi" % "osgi.enroute.iot.circuit.provider" % "2.0.0"
[org.osgi/osgi.enroute.iot.circuit.provider "2.0.0"]