ECS runtime

The interfaces and basic implementation of the ECS runtime of the IIP-Ecosphere platform.

Categories

Categories

ORM Data
GroupId

GroupId

de.iip-ecosphere.platform
ArtifactId

ArtifactId

ecsRuntime
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

ECS runtime
The interfaces and basic implementation of the ECS runtime of the IIP-Ecosphere platform.

Download ecsRuntime

How to add to project

<!-- https://jarcasting.com/artifacts/de.iip-ecosphere.platform/ecsRuntime/ -->
<dependency>
    <groupId>de.iip-ecosphere.platform</groupId>
    <artifactId>ecsRuntime</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.iip-ecosphere.platform/ecsRuntime/
implementation 'de.iip-ecosphere.platform:ecsRuntime:0.3.0'
// https://jarcasting.com/artifacts/de.iip-ecosphere.platform/ecsRuntime/
implementation ("de.iip-ecosphere.platform:ecsRuntime:0.3.0")
'de.iip-ecosphere.platform:ecsRuntime:jar:0.3.0'
<dependency org="de.iip-ecosphere.platform" name="ecsRuntime" rev="0.3.0">
  <artifact name="ecsRuntime" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.iip-ecosphere.platform', module='ecsRuntime', version='0.3.0')
)
libraryDependencies += "de.iip-ecosphere.platform" % "ecsRuntime" % "0.3.0"
[de.iip-ecosphere.platform/ecsRuntime "0.3.0"]

Dependencies

compile (4)

Group / Artifact Type Version
de.iip-ecosphere.platform : support.iip-aas jar ${project.version}
de.iip-ecosphere.platform : services.environment jar ${project.version}
de.iip-ecosphere.platform : deviceMgt jar ${project.version}
org.apache.sshd : sshd-core jar 2.7.0

test (6)

Group / Artifact Type Version
de.iip-ecosphere.platform : support.aas.basyx jar ${project.version}
de.iip-ecosphere.platform : transport test-jar ${project.version}
de.iip-ecosphere.platform : test.amqp.qpid test-jar ${project.version}
org.apache.qpid : qpid-broker jar
de.iip-ecosphere.platform : transport.amqp jar ${project.version}
junit : junit jar

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.0