Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

SDK in Java

Farshid Tavakolizadeh edited this page May 19, 2020 · 1 revision

The SDK offers utility libraries for service representation, registration over supported protocols, and discovery.

Documentation

BROKEN: https://pipelines.linksmart.eu/artifact/SC-JCIT/shared/build-latest/client/target/apidocs/index.html

Dependency

The Maven dependency below (${ls.sc.version} = latest version of Service Catalog)

Maven Dependency

<dependency>
    <groupId>eu.linksmart.tools.registration</groupId>
    <artifactId>service-catalog-client</artifactId>
    <version>${ls.sc.version}</version>
</dependency>

Sample Code

Sample usage codes are available in the repository:

https://github.com/linksmart/service-catalog/blob/master/integration-test/registration/src/test/java/eu/linksmart/testing/registration/ServiceTesterIT.java

Clone this wiki locally