jean-merelis / jflunt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jflunt

Build Status GitHub Maven Central

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

Dependencies

Java 8+

Instalation

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

Maven

<dependency>
  <groupId>com.github.carlosbritojun</groupId>
  <artifactId>jflunt</artifactId>
  <version>1.0.1</version>
</dependency>

Gradle

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

Ivy

<!-- https://mvnrepository.com/artifact/com.github.carlosbritojun/jflunt -->
<dependency org="com.github.carlosbritojun" name="jflunt" rev="1.0.1"/>

About

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

License:MIT License


Languages

Language:Java 100.0%