An open API service indexing awesome lists of open source software.

https://github.com/carlosbritojun/jflunt

Java implementation of Domain Notification Pattern based in Flunt (.NET) developed by @andrebaltieri
https://github.com/carlosbritojun/jflunt

ddd domain domain-driven-design java oop

Last synced: 5 months ago
JSON representation

Java implementation of Domain Notification Pattern based in Flunt (.NET) developed by @andrebaltieri

Awesome Lists containing this project

README

          

# jflunt
[![Build Status](https://travis-ci.org/carlosbritojun/jflunt.svg?branch=master)](https://travis-ci.org/carlosbritojun/jflunt)
![GitHub](https://img.shields.io/github/license/carlosbritojun/jflunt.svg?label=license)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.carlosbritojun/jflunt.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.carlosbritojun%22%20AND%20a:%22jflunt%22)

Java implementation of Domain Notification Pattern based in [Flunt](https://github.com/andrebaltieri/flunt)(.NET) developed by @andrebaltieri

## Dependencies
Java 8+

## Instalation
See more: https://mvnrepository.com/artifact/com.github.carlosbritojun/jflunt

**Maven**
```

com.github.carlosbritojun
jflunt
1.0.1

```

**Gradle**
```
// https://mvnrepository.com/artifact/com.github.carlosbritojun/jflunt
compile group: 'com.github.carlosbritojun', name: 'jflunt', version: '1.0.1'
```

**Ivy**
```

```