eu.toop:dsd-service

Base POM to build the Data Services Directory projects

Лицензия

Лицензия

Группа

Группа

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

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

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

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

2.1.1
Дата

Дата

Тип

Тип

war
Описание

Описание

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

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

TOOP

Скачать dsd-service

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

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

Зависимости

compile (12)

Идентификатор библиотеки Тип Версия
com.helger : ph-commons jar
com.helger : ph-json jar
com.helger : ph-xml jar
com.helger.peppol : peppol-id jar
com.typesafe : config jar 1.4.1
eu.toop : dsd-api jar 2.1.1
com.sun.activation : jakarta.activation jar
org.apache.logging.log4j : log4j-core jar
org.apache.logging.log4j : log4j-slf4j-impl jar
org.apache.logging.log4j : log4j-web jar
org.slf4j : jul-to-slf4j jar 1.7.30
javax.servlet : javax.servlet-api jar

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

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

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

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