API Module

GCF - API

Лицензия

Лицензия

Группа

Группа

com.github.philippheuer.gcf4j
Идентификатор

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

gcf4j-api
Последняя версия

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

0.11.0
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

API Module
GCF - API
Ссылка на сайт

Ссылка на сайт

https://github.com/philippheuer/gcf4j
Система контроля версий

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

https://github.com/philippheuer/gcf4j

Скачать gcf4j-api

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.30
io.opentracing : opentracing-api jar 0.33.0

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

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

Generic Command Framework GCF4J

Description

A simple wrapper to dispatch/consume events using Reactor.

Import

Maven:

Add the repository to your pom.xml with:

<repositories>
    <repository>
      <id>jcenter</id>
      <url>https://jcenter.bintray.com/</url>
    </repository>
</repositories>

and the dependency: (latest, you should use the actual version here)

<dependency>
    <groupId>com.github.philippheuer.gcf4j</groupId>
    <artifactId>gcf4j</artifactId>
    <version>0.9.0</version>
    <type>pom</type>
</dependency>

Gradle:

Add the repository to your build.gradle with:

repositories {
	jcenter()
}

and the dependency:

compile 'com.github.philippheuer.gcf4j:gcf4j:0.9.0'

License

Released under the MIT License.

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

Версия
0.11.0