License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdbiz.aQute |
ArtifactId | ArtifactIdosgi.enroute.iot.circuit.provider |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionosgi.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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/biz.aQute/osgi.enroute.iot.circuit.provider/ -->
<dependency>
<groupId>biz.aQute</groupId>
<artifactId>osgi.enroute.iot.circuit.provider</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute/osgi.enroute.iot.circuit.provider/
implementation 'biz.aQute:osgi.enroute.iot.circuit.provider:2.2.0'
// https://jarcasting.com/artifacts/biz.aQute/osgi.enroute.iot.circuit.provider/
implementation ("biz.aQute:osgi.enroute.iot.circuit.provider:2.2.0")
'biz.aQute:osgi.enroute.iot.circuit.provider:jar:2.2.0'
<dependency org="biz.aQute" name="osgi.enroute.iot.circuit.provider" rev="2.2.0">
<artifact name="osgi.enroute.iot.circuit.provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute', module='osgi.enroute.iot.circuit.provider', version='2.2.0')
)
libraryDependencies += "biz.aQute" % "osgi.enroute.iot.circuit.provider" % "2.2.0"
[biz.aQute/osgi.enroute.iot.circuit.provider "2.2.0"]