Tide

Event based pub-sub framework for Java

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.abyu
ArtifactId

ArtifactId

tide
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Tide
Event based pub-sub framework for Java
Project URL

Project URL

http://abyu.github.io/tide
Source Code Management

Source Code Management

https://github.com/abyu/tide/

Download tide

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.abyu/tide/ -->
<dependency>
    <groupId>com.github.abyu</groupId>
    <artifactId>tide</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.abyu/tide/
implementation 'com.github.abyu:tide:1.0.1'
// https://jarcasting.com/artifacts/com.github.abyu/tide/
implementation ("com.github.abyu:tide:1.0.1")
'com.github.abyu:tide:jar:1.0.1'
<dependency org="com.github.abyu" name="tide" rev="1.0.1">
  <artifact name="tide" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.abyu', module='tide', version='1.0.1')
)
libraryDependencies += "com.github.abyu" % "tide" % "1.0.1"
[com.github.abyu/tide "1.0.1"]

Dependencies

test (2)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.5
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Tide

Build Status

Event based publisher-subscriber framework for java.

Usage

Check the Usage site on how to use the framework.

Versions

Version
1.0.1
1.0.0