Skip to content
/ JADE Public

This repo contains the original JADE code from the SVN of Telecom Italia

License

LGPL-2.1, LGPL-2.1 licenses found

Licenses found

LGPL-2.1
License
LGPL-2.1
COPYING
Notifications You must be signed in to change notification settings

EnFlexIT/JADE

Repository files navigation

JADE

This repository contains the original JADE code from the SVN of Telecom Italia

Maven Central

The Code of the Master branch will be published as an JAR packaged as an OSGI-Bundle. You can find it on Maven Central. If you want to include it via Maven, you can use this dependency:

<dependency>
    <groupId>de.enflexit.jade</groupId>
    <artifactId>de.enflexit.jade</artifactId>
    <version>4.6.1</version>
</dependency>

The workflow for publishing to Maven Central is fully automated through a Github action. You can find the action here. The Github action is triggered when a release is published.

Branches

Master

Contains our changes and extensions to the code of the JADE platform. The master branch will also include future changes made by Telecom Italia.

JADE-TILAB

This branch contains the original and current JADE code from the SVN of Telecom Italia. It will be updated frequently. The update process and its documentation and scripts can be found in the update folder of this repository.