Tide
Event based publisher-subscriber framework for java.
Usage
Check the Usage site on how to use the framework.
License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.abyu |
ArtifactId | ArtifactIdtide |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTide
Event based pub-sub framework for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tide-1.0.1.pom | |
tide-1.0.1.jar | 9 KB |
tide-1.0.1-sources.jar | 7 KB |
tide-1.0.1-javadoc.jar | 56 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.5 |
junit : junit | jar | 4.12 |
Event based publisher-subscriber framework for java.
Check the Usage site on how to use the framework.