orientdb-oda-birt

Connector for Eclipse BIRT for OrientDB

Лицензия

Лицензия

Категории

Категории

Orienteer Универсальные библиотеки Other
Группа

Группа

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

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

org.orienteer.birt.orientdb
Последняя версия

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

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

orientdb-oda-birt
Connector for Eclipse BIRT for OrientDB
Ссылка на сайт

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

http://orienteer.org
Организация-разработчик

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

Orienteer
Система контроля версий

Система контроля версий

https://github.com/OrienteerBAP/orientdb-oda-birt/tree/master/org.orienteer.birt.orientdb

Скачать org.orienteer.birt.orientdb

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.eclipse.birt.runtime : org.eclipse.birt.runtime jar 4.4.2
org.eclipse.birt.runtime : org.eclipse.osgi.services jar 3.4.0.v20140312-2051
org.eclipse.birt.runtime : com.ibm.icu jar 52.1.1.v201501240615
com.orientechnologies : orientdb-core jar 2.2.23
com.orientechnologies : orientdb-client jar 2.2.23

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

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

OrientDB Birt Plugin (OrientDB ODA BIRT driver)

What is this?

This is plugin for use OrientDB in BIRT reports as DataSource. Can be used as Eclipse plugin or Maven package - it is need, if you use BIRT runtime package.

How to...

How to install as Eclipse plugin

You may use it with binary or HTTP OrientDB API. Now not support HTTP API parameters.

How to install as Maven package

Include in your POM next snippets:

Sonatype snapshot repository

<repositories>
	<repository>
		<id>snapshots-repo</id>
		<url>https://oss.sonatype.org/content/repositories/snapshots</url>
		<releases>
			<enabled>false</enabled>
		</releases>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
	</repository>
</repositories>

Maven package dependency

<dependency>
  <groupId>org.orienteer</groupId>
  <artifactId>org.orienteer.birt.orientdb</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>
org.orienteer

Orienteer

Open Source Business Application Platform

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

Версия
1.0