| License |
License |
|---|---|
| GroupId | GroupIdcom.github.outerman |
| ArtifactId | ArtifactIdevent-center-consumer |
| Version | Version0.1.1 |
| Type | Typejar |
| Description |
DescriptionA simple event center using publisher and consumer mode
|
<!-- https://jarcasting.com/artifacts/com.github.outerman/event-center-consumer/ -->
<dependency>
<groupId>com.github.outerman</groupId>
<artifactId>event-center-consumer</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.outerman/event-center-consumer/
implementation 'com.github.outerman:event-center-consumer:0.1.1'
// https://jarcasting.com/artifacts/com.github.outerman/event-center-consumer/
implementation ("com.github.outerman:event-center-consumer:0.1.1")
'com.github.outerman:event-center-consumer:jar:0.1.1'
<dependency org="com.github.outerman" name="event-center-consumer" rev="0.1.1">
<artifact name="event-center-consumer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.outerman', module='event-center-consumer', version='0.1.1')
)
libraryDependencies += "com.github.outerman" % "event-center-consumer" % "0.1.1"
[com.github.outerman/event-center-consumer "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.outerman : event-center-interface | jar | 0.1.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.0 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.0 |