License |
License |
---|---|
GroupId | GroupIdcom.alex1304.jdash |
ArtifactId | ArtifactIdjdash-events |
Version | Version4.0.3 |
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.3.pom | |
jdash-events-4.0.3.jar | 31 KB |
jdash-events-4.0.3-sources.jar | 20 KB |
jdash-events-4.0.3-javadoc.jar | 508 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alex1304.jdash/jdash-events/ -->
<dependency>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash-events</artifactId>
<version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.alex1304.jdash/jdash-events/
implementation 'com.alex1304.jdash:jdash-events:4.0.3'
// https://jarcasting.com/artifacts/com.alex1304.jdash/jdash-events/
implementation ("com.alex1304.jdash:jdash-events:4.0.3")
'com.alex1304.jdash:jdash-events:jar:4.0.3'
<dependency org="com.alex1304.jdash" name="jdash-events" rev="4.0.3">
<artifact name="jdash-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alex1304.jdash', module='jdash-events', version='4.0.3')
)
libraryDependencies += "com.alex1304.jdash" % "jdash-events" % "4.0.3"
[com.alex1304.jdash/jdash-events "4.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.alex1304.jdash : jdash-client | jar | 4.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.immutables : value | jar | 2.8.9-ea-1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |