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
- Host: GitHub
- URL: https://github.com/carlosbritojun/jflunt
- Owner: carlosbritojun
- License: mit
- Created: 2016-04-20T18:51:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T20:16:50.000Z (almost 5 years ago)
- Last Synced: 2025-07-29T18:53:49.440Z (11 months ago)
- Topics: ddd, domain, domain-driven-design, java, oop
- Language: Java
- Homepage:
- Size: 54.7 KB
- Stars: 14
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jflunt
[](https://travis-ci.org/carlosbritojun/jflunt)

[](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**
```
```