| License |
License |
|---|---|
| GroupId | GroupIdio.github.maroodb |
| ArtifactId | ArtifactIdsimple-event |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionJava SimpleEvent
An Easy way to do PubSub.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simple-event-1.0.1.pom | |
| simple-event-1.0.1.jar | 7 KB |
| simple-event-1.0.1-sources.jar | 3 KB |
| simple-event-1.0.1-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.maroodb/simple-event/ -->
<dependency>
<groupId>io.github.maroodb</groupId>
<artifactId>simple-event</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.maroodb/simple-event/
implementation 'io.github.maroodb:simple-event:1.0.1'
// https://jarcasting.com/artifacts/io.github.maroodb/simple-event/
implementation ("io.github.maroodb:simple-event:1.0.1")
'io.github.maroodb:simple-event:jar:1.0.1'
<dependency org="io.github.maroodb" name="simple-event" rev="1.0.1">
<artifact name="simple-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.maroodb', module='simple-event', version='1.0.1')
)
libraryDependencies += "io.github.maroodb" % "simple-event" % "1.0.1"
[io.github.maroodb/simple-event "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | RELEASE |
| org.awaitility : awaitility | jar | 4.2.0 |