eu.toop:dsd-client

Base POM to build the Data Services Directory projects

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

eu.toop
Идентификатор

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

dsd-client
Последняя версия

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

2.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Base POM to build the Data Services Directory projects
Организация-разработчик

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

TOOP

Скачать dsd-client

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.30
eu.toop : dsd-api jar 2.1.1
org.apache.httpcomponents : httpclient jar
com.helger.web : ph-httpclient jar

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1
org.apache.logging.log4j : log4j-core jar
org.apache.logging.log4j : log4j-slf4j-impl jar
org.apache.httpcomponents : httpclient jar 4.5.13

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

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

data-services-directory

Build Status

Running the service

  1. Clone the repository via git-clone
  2. Run mvn verify
  3. Deploy dsd-service/target/dsd-service-[VERSION].war to an application container.

Configuration

DSD service pulls its data from TOOP-Directory. By default, the directory address is set to http://directory.acc.exchange.toop.eu. If you need to change this address and make it point to another directory address, please use TOOP_DIR_URL as an environment variable or System property.

eu.toop

toop.eu

Open Source Development for TOOP

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

Версия
2.1.1
2.1.0-1
2.1.0
2.0.1
2.0.0
2.0.0-rc3
2.0.0-rc2
2.0.0-rc1
2.0.0-beta5
2.0.0-beta4
2.0.0-beta3