data-services-directory

Base POM to build the Data Services Directory projects

License

License

Categories

Categories

Data
GroupId

GroupId

eu.toop
ArtifactId

ArtifactId

data-services-directory
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

data-services-directory
Base POM to build the Data Services Directory projects
Project URL

Project URL

http://github.com/toop4eu/data-services-directory
Project Organization

Project Organization

toop.eu
Source Code Management

Source Code Management

http://github.com/TOOP4EU/data-services-directory

Download data-services-directory

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • dsd-api
  • dsd-service
  • dsd-client

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