eu.toop:dsd-client

Base POM to build the Data Services Directory projects

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

eu.toop
ArtifactId

ArtifactId

dsd-client
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Base POM to build the Data Services Directory projects
Project Organization

Project Organization

TOOP

Download dsd-client

How to add to project

<!-- 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"]

Dependencies

compile (4)

Group / Artifact Type Version
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)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
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