| License |
License |
|---|---|
| GroupId | GroupIdcom.alex1304.jdash |
| ArtifactId | ArtifactIdjdash-events |
| Last Version | Last Version4.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJDash Events
Extension of the client module that allows to emit events when changes are detected between the results of
two subsequent requests.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jdash-events-4.0.5.pom | |
| jdash-events-4.0.5.jar | 32 KB |
| jdash-events-4.0.5-sources.jar | 20 KB |
| jdash-events-4.0.5-javadoc.jar | 211 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alex1304.jdash/jdash-events/ -->
<dependency>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash-events</artifactId>
<version>4.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.alex1304.jdash/jdash-events/
implementation 'com.alex1304.jdash:jdash-events:4.0.5'
// https://jarcasting.com/artifacts/com.alex1304.jdash/jdash-events/
implementation ("com.alex1304.jdash:jdash-events:4.0.5")
'com.alex1304.jdash:jdash-events:jar:4.0.5'
<dependency org="com.alex1304.jdash" name="jdash-events" rev="4.0.5">
<artifact name="jdash-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alex1304.jdash', module='jdash-events', version='4.0.5')
)
libraryDependencies += "com.alex1304.jdash" % "jdash-events" % "4.0.5"
[com.alex1304.jdash/jdash-events "4.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.alex1304.jdash : jdash-client | jar | 4.0.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.immutables : value | jar | 2.9.0-rc1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |