License |
License |
---|---|
GroupId | GroupIdorg.nutz |
ArtifactId | ArtifactIdnutz-plugins-event |
Version | Version1.r.68.v20201205 |
Type | Typejar |
Description |
DescriptionSimple, lightweight and fast event bus tailored for Nutz
|
<!-- https://jarcasting.com/artifacts/org.nutz/nutz-plugins-event/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutz-plugins-event</artifactId>
<version>1.r.68.v20201205</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutz-plugins-event/
implementation 'org.nutz:nutz-plugins-event:1.r.68.v20201205'
// https://jarcasting.com/artifacts/org.nutz/nutz-plugins-event/
implementation ("org.nutz:nutz-plugins-event:1.r.68.v20201205")
'org.nutz:nutz-plugins-event:jar:1.r.68.v20201205'
<dependency org="org.nutz" name="nutz-plugins-event" rev="1.r.68.v20201205">
<artifact name="nutz-plugins-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutz-plugins-event', version='1.r.68.v20201205')
)
libraryDependencies += "org.nutz" % "nutz-plugins-event" % "1.r.68.v20201205"
[org.nutz/nutz-plugins-event "1.r.68.v20201205"]
Group / Artifact | Type | Version |
---|---|---|
org.nutz : nutz | jar | 1.r.68.v20201205 |
Group / Artifact | Type | Version |
---|---|---|
org.nutz : nutz-integration-jedis | jar | 1.r.68.v20201205 |
redis.clients : jedis | jar | 2.10.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |