API Module

GCF - API

License

License

GroupId

GroupId

com.github.philippheuer.gcf4j
ArtifactId

ArtifactId

gcf4j-api
Last Version

Last Version

0.11.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

API Module
GCF - API
Project URL

Project URL

https://github.com/philippheuer/gcf4j
Source Code Management

Source Code Management

https://github.com/philippheuer/gcf4j

Download gcf4j-api

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
io.opentracing : opentracing-api jar 0.33.0

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.11.0