edc client

Client to manage the documentation published by edc

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

fr.techad
ArtifactId

ArtifactId

edc-client
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

edc client
Client to manage the documentation published by edc
Project Organization

Project Organization

TECH advantage
Source Code Management

Source Code Management

https://github.com/tech-advantage/edc-client-java

Download edc-client

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.google.inject : guice jar 4.1.0
com.google.code.gson : gson jar 2.8.1
org.apache.commons : commons-lang3 jar 3.6
org.apache.httpcomponents : httpclient jar 4.5.3
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

edc-client-java

The edc client is the java connector to get edc context documentation in HTML5 format.

This client read informations from defined url. The developer will be able to get contextual documentation content according to the keys and get the help url to display the documentation in the help client.

edc Version

Current release is compatible with edc v3.0+

How can I get the latest release?

You can pull it from the central Maven repositories:

Maven

<dependency>
  <groupId>fr.techad</groupId>
  <artifactId>edc-client</artifactId>
  <version>3.1.0-SNAPSHOT</version>
</dependency>

Gradle

    compile group: 'fr.techad', name: 'edc-client', version: '3.1.0-SNAPSHOT'

Configuration

with Injection

Based on Guice, you need to include EdcClientModule and EdcPopoverModule in the injector creation.

Injector injector = Guice.createInjector(new EdcClientModule());

To declare the server url, you have to inject EdcClient

with Singleton

If you develop your software without injection engine. You can use this tools with EdcClientSingleton

How can I build this project ?

This project is based on gradle. You can install the artefacts in your local cache with:

gradle clean PublishToMavenLocal

License

MIT TECH'advantage

fr.techad

TECH'advantage

@techad_fr

Versions

Version
3.0.0
2.2.0