Generator Gateway

Generator Gateway Service

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.eclipse.vorto
Идентификатор

Идентификатор

org.eclipse.vorto.codegen.service.gateway
Последняя версия

Последняя версия

0.10.0.M3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Generator Gateway
Generator Gateway Service
Организация-разработчик

Организация-разработчик

Eclipse.org

Скачать org.eclipse.vorto.codegen.service.gateway

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.eclipse.vorto/org.eclipse.vorto.codegen.service.gateway/ -->
<dependency>
    <groupId>org.eclipse.vorto</groupId>
    <artifactId>org.eclipse.vorto.codegen.service.gateway</artifactId>
    <version>0.10.0.M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.vorto/org.eclipse.vorto.codegen.service.gateway/
implementation 'org.eclipse.vorto:org.eclipse.vorto.codegen.service.gateway:0.10.0.M3'
// https://jarcasting.com/artifacts/org.eclipse.vorto/org.eclipse.vorto.codegen.service.gateway/
implementation ("org.eclipse.vorto:org.eclipse.vorto.codegen.service.gateway:0.10.0.M3")
'org.eclipse.vorto:org.eclipse.vorto.codegen.service.gateway:jar:0.10.0.M3'
<dependency org="org.eclipse.vorto" name="org.eclipse.vorto.codegen.service.gateway" rev="0.10.0.M3">
  <artifact name="org.eclipse.vorto.codegen.service.gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.vorto', module='org.eclipse.vorto.codegen.service.gateway', version='0.10.0.M3')
)
libraryDependencies += "org.eclipse.vorto" % "org.eclipse.vorto.codegen.service.gateway" % "0.10.0.M3"
[org.eclipse.vorto/org.eclipse.vorto.codegen.service.gateway "0.10.0.M3"]

Зависимости

compile (31)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-log4j jar 1.3.8.RELEASE
org.apache.httpcomponents : httpclient jar
org.eclipse.vorto : org.eclipse.vorto.core jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.server.commons jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.templates.java jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.aws jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.bosch jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.coap jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.ios jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.javabean jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.latex jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.lwm2m jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.markdown jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.mqtt jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.prosystfi jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.thingworx jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.webui jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.webdevice jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.kura jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.protobuf jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.arduino jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.mqtt.python jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.artik jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.ble jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.ble.alpwise jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.ditto jar 0.10.0.M3
org.eclipse.vorto : org.eclipse.vorto.codegen.hono jar 0.10.0.M3
org.apache.commons : commons-lang3 jar 3.6
org.springframework.boot : spring-boot-starter jar

test (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar

Модули Проекта

Данный проект не имеет модулей.

Build Status Codacy Badge Quality Gate Maven Central

Eclipse Vorto provides a language for describing models and interfaces for IoT Digital Twins. Digital twins are models of entities in the physical world such as a (multi) sensor device, smart power plant, and other entities that participate in IoT solutions. Modeling enables IoT solutions and IoT platforms to provision, use, and configure IoT devices and logical entities from multiple sources in a single solution. Using the vortolang and describing the entities's capabilities, IoT platforms and IoT solutions can leverage the semantics of these IoT entities.

Vortolang 1.0 Specification

Getting Started with Vorto

Read here

Vorto Examples

Vorto comes with tons of examples, that demonstrate you the use of Vorto in IoT Solution Development.

One of these examples, is the Vorto Dashboard, that visualizes sensor data in Vorto Function Block compliant UI widgets: Click here for demo

Check out more cool Vorto Examples.

Developer Guide

  • Plugin SDK that lets you extend Vorto with different plugin types

Contact us

  • You want to chat with us? Join the chat at https://gitter.im/eclipse/vorto
  • You found a bug in Vorto? Open a GitHub issue
  • Find out more about the project on our Vorto Homepage
  • You have a problem? Reach out to our developers through StackOverflow

Follow us

follow us @EclipseVorto

Channel Releases Features Tutorials
Twitter ✔️ ✔️ ✔️
Email ✔️ ✖️ ✖️

We favor Twitter for feature and tutorial news, because the nature of twitter allows for shorter and faster news. Also such a flood of information via Email would be considered spam. If you have suggestions on how and what news we should provide let us know in the issues.

Contribute to the Project

When you create a Pull Request, make sure:

  1. You have a valid CLA signed with Eclipse
  2. All your commits are signed off (git commit -s)
  3. Your commit message contains "Fixes #<Github issue no>
  4. Target to merge your fix is development branch
  5. Your code fits the code style guidelines

Attribution

The code style guidlines are taken from https://github.com/google/styleguide.

org.eclipse.vorto

Eclipse Foundation

Версии библиотеки

Версия
0.10.0.M3
0.10.0.M2
0.10.0.M1