SQL Reporter

A reporter that uses a relational database

Лицензия

Лицензия

Группа

Группа

edu.jhuapl.dorset.components
Идентификатор

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

sql-reporter
Последняя версия

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

0.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

SQL Reporter
A reporter that uses a relational database
Организация-разработчик

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

The Johns Hopkins University Applied Physics Laboratory LLC

Скачать sql-reporter

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

<!-- https://jarcasting.com/artifacts/edu.jhuapl.dorset.components/sql-reporter/ -->
<dependency>
    <groupId>edu.jhuapl.dorset.components</groupId>
    <artifactId>sql-reporter</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.jhuapl.dorset.components/sql-reporter/
implementation 'edu.jhuapl.dorset.components:sql-reporter:0.4.0'
// https://jarcasting.com/artifacts/edu.jhuapl.dorset.components/sql-reporter/
implementation ("edu.jhuapl.dorset.components:sql-reporter:0.4.0")
'edu.jhuapl.dorset.components:sql-reporter:jar:0.4.0'
<dependency org="edu.jhuapl.dorset.components" name="sql-reporter" rev="0.4.0">
  <artifact name="sql-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.jhuapl.dorset.components', module='sql-reporter', version='0.4.0')
)
libraryDependencies += "edu.jhuapl.dorset.components" % "sql-reporter" % "0.4.0"
[edu.jhuapl.dorset.components/sql-reporter "0.4.0"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.hibernate : hibernate-core jar 5.0.7.Final
edu.jhuapl.dorset.components : hibernate-service jar 0.4.0
edu.jhuapl.dorset : dorset-core jar 0.4.0
org.slf4j : slf4j-api jar 1.7.14
com.typesafe : config jar 1.2.1

test (5)

Идентификатор библиотеки Тип Версия
com.h2database : h2 jar 1.4.191
com.google.guava : guava jar 18.0
org.slf4j : slf4j-simple jar 1.7.14
junit : junit jar 4.11
org.mockito : mockito-core jar 1.10.19

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

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

Build Status

Dorset

Dorset is a framework for building intelligent assistants. With Dorset, you can build applications like Siri or Amazon Echo. Sample applications are available in the Dorset demos repository.

License

The license is Apache 2.0. See LICENSE.

Releases

Published releases are available on Maven Central.

<dependency>
  <groupId>edu.jhuapl.dorset</groupId>
  <artifactId>dorset-core</artifactId>
  <version>0.4.0</version>
</dependency>

Versioning

We follow semantic versioning. Each version number has 3 parts (for example, 1.2.1) with the components being

  • Major: backward compatible breaking changes
  • Minor: new functionality, but backward compatible
  • Bug Fixes: no new functionality

We expect the API to not be stable until version 0.5.0 so expect compatibility breaking changes until that release.

Contributing

Report bugs to the GitHub issue tracker. Send patches as pull requests. Patches must support Java 7 and above.

We need a Contributor License Agreement before we can accept pull requests. It is available online at https://cla-assistant.io/DorsetProject/dorset-framework

For more information about contributing, please see CONTRIBUTING.md.

edu.jhuapl.dorset.components

The Dorset Project

A JHUAPL framework for building intelligent assistants

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

Версия
0.4.0
0.3.0
0.2.0
0.1.0