License |
License |
---|---|
GroupId | GroupIdorg.sonatype.plexus.appevents |
ArtifactId | ArtifactIdsimple-event-multicaster |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlexus Application Events (Simple providers)
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.sonatype.plexus.appevents/simple-event-multicaster/ -->
<dependency>
<groupId>org.sonatype.plexus.appevents</groupId>
<artifactId>simple-event-multicaster</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.plexus.appevents/simple-event-multicaster/
implementation 'org.sonatype.plexus.appevents:simple-event-multicaster:1.2'
// https://jarcasting.com/artifacts/org.sonatype.plexus.appevents/simple-event-multicaster/
implementation ("org.sonatype.plexus.appevents:simple-event-multicaster:1.2")
'org.sonatype.plexus.appevents:simple-event-multicaster:jar:1.2'
<dependency org="org.sonatype.plexus.appevents" name="simple-event-multicaster" rev="1.2">
<artifact name="simple-event-multicaster" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.plexus.appevents', module='simple-event-multicaster', version='1.2')
)
libraryDependencies += "org.sonatype.plexus.appevents" % "simple-event-multicaster" % "1.2"
[org.sonatype.plexus.appevents/simple-event-multicaster "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.plexus.appevents : plexus-app-events-api | jar | 1.2 |
org.sonatype.sisu : sisu-inject-bean | jar | 2.2.0 |
org.slf4j : slf4j-api | jar | 1.5.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |