edc client

Client to manage the documentation published by edc

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

fr.techad
Идентификатор

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

edc-client
Последняя версия

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

3.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

edc client
Client to manage the documentation published by edc
Организация-разработчик

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

TECH advantage
Система контроля версий

Система контроля версий

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

Скачать edc-client

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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

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

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

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

Версии библиотеки

Версия
3.0.0
2.2.0