Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.eclipsesource.tabris:tabris-tracking

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.eclipsesource.tabris:tabris-tracking

Piwik and Google Analytics Tracking for Tabris Apps.

  • 1.4.5
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Tabris Build Status

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

Documentation

A detailed Developer Guide incl. 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 Developer Guide.

License

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

FAQs

Package last updated on 23 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc