tabris

Passe-Partout is a responsive design library for SWT UIs hostet in the Tabris context.

Лицензия

Лицензия

Категории

Категории

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

Группа

com.eclipsesource.tabris
Идентификатор

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

tabris-passepartout
Последняя версия

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

0.10.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

tabris
Passe-Partout is a responsive design library for SWT UIs hostet in the Tabris context.
Ссылка на сайт

Ссылка на сайт

http://developer.eclipsesource.com/tabris/
Организация-разработчик

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

EclipseSource

Скачать tabris-passepartout

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Tabris Build Status

This repository contains the Tabris server parts and additional features that are not contained in the RAP core.

Tabris for Eclipse RAP provides two components: a target platform for your server-side code, and Tabris App Launcher for App / Play Store. You can download them here.

It is free to develop a component and test your application with our generic app launcher. To build and publish your own app, you need access to the Tabris.js npm registry under a commercial license.

Documentation

A detailed Developer Guide including JavaDoc can be found on the official project documentation site.

Tabris via Maven

Tabris is just a single jar and can be obtained from Maven:

<dependency>
    <groupId>com.eclipsesource.tabris</groupId>
    <artifactId>tabris</artifactId>   
</dependency>

You can also use the Tabris archetype to create Tabris applications:

mvn archetype:generate -DarchetypeGroupId=com.eclipsesource.tabris -DarchetypeArtifactId=tabris-application -DgroupId=app -DartifactId=app -DpackageName=app -Dversion=0.1-SNAPSHOT -DinteractiveMode=false

Tabris via p2 Software Sites

The following sites can be used to consume Tabris as an Eclipse Target Platform.

  • release: http://download.eclipsesource.com/technology/tabris/downloads/releases Contains the latest releases.
  • staging: http://download.eclipsesource.com/technology/tabris/downloads/staging Can be used as a stable target. We will not purge any version. Contains picked nightly builds.
  • nightly: http://download.eclipsesource.com/technology/tabris/downloads/nightly Contains the last 10 nightly builds. Older builds will be purged.

Demos

Demos using the Tabris features are located in the tabris-demos repository.

Build from Source

Tabris uses an Eclipse Tycho based Maven build. Detailed instructions are in the Documentation/Hacking Tabris.

License

The server-side code is published under the terms of the Eclipse Public License, version 1.0.

The client-side Tabris.js is free.

To build and publish your own app, a commercial license is required.

Tabris for Eclipse RAP is free for open-source and academic projects.

com.eclipsesource.tabris

EclipseSource

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

Версия
0.10.0
0.9.1
0.9.0