LShift Diffa Adapter Support

Diffa Adapter Support provides tools for implementing Diffa adapters in Java (and other JVM languages)

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.lshift.diffa
Идентификатор

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

adapter-support
Последняя версия

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

1.7.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

LShift Diffa Adapter Support
Diffa Adapter Support provides tools for implementing Diffa adapters in Java (and other JVM languages)
Ссылка на сайт

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

http://github.com/lshift/diffa
Система контроля версий

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

https://github.com/lshift/diffa

Скачать adapter-support

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

<!-- https://jarcasting.com/artifacts/net.lshift.diffa/adapter-support/ -->
<dependency>
    <groupId>net.lshift.diffa</groupId>
    <artifactId>adapter-support</artifactId>
    <version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lshift.diffa/adapter-support/
implementation 'net.lshift.diffa:adapter-support:1.7.0'
// https://jarcasting.com/artifacts/net.lshift.diffa/adapter-support/
implementation ("net.lshift.diffa:adapter-support:1.7.0")
'net.lshift.diffa:adapter-support:jar:1.7.0'
<dependency org="net.lshift.diffa" name="adapter-support" rev="1.7.0">
  <artifact name="adapter-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lshift.diffa', module='adapter-support', version='1.7.0')
)
libraryDependencies += "net.lshift.diffa" % "adapter-support" % "1.7.0"
[net.lshift.diffa/adapter-support "1.7.0"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
joda-time : joda-time jar 2.0
net.jcip : jcip-annotations jar 1.0
org.codehaus.jackson : jackson-mapper-asl jar 1.7.1
org.slf4j : slf4j-api jar 1.6.4
commons-codec : commons-codec jar 1.4
com.ibm.icu : icu4j jar 49.1

provided (2)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.5
org.springframework : spring-web jar 3.1.0.RELEASE

test (5)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.0.0
junit : junit jar 4.10
org.easymock : easymock jar 2.5.2
org.springframework : spring-test jar 3.1.0.RELEASE
org.slf4j : slf4j-simple jar 1.6.4

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

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

Overview

Diffa provides real time health checks between arbitrary system components.

For more information, please see the website: https://diffa.io

License

Diffa uses the Apache license, Version 2.0.

Proprietary Third Party Libraries

Some configurations of the software rely on third party libraries which are not freely available. The following libraries are available under license from their respective vendors. Please check with the vendor the conditions under which you may use their software.

Library: Oracle database client library

Vendor: Oracle (www.oracle.com)

Referenced in: kernel/pom.xml (profile id = oracle)

  <dependency>
    <groupId>com.oracle</groupId>
    <artifactId>ojdbc6</artifactId>
    <version>11.2.0.1.0</version>
    <scope>test</scope>
  </dependency>

Required for:

  • testing against an Oracle database
  • installing/upgrading an Oracle database schema

In order to run maven tasks with the 'oracle' profile (mvn -Poracle <task>), your maven repository will need to contain the Oracle JDBC driver specified in the dependency.

net.lshift.diffa

LShift

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

Версия
1.7.0
1.6.1
1.6.0