GroupId | GroupIdorg.codehaus.plexus |
---|---|
ArtifactId | ArtifactIdplexus-notification |
Last Version | Last Version1.0-alpha-5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlexus Notification Component
|
Project Organization |
Project OrganizationCodehaus |
<!-- https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-notification/ -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-notification</artifactId>
<version>1.0-alpha-5</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-notification/
implementation 'org.codehaus.plexus:plexus-notification:1.0-alpha-5'
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-notification/
implementation ("org.codehaus.plexus:plexus-notification:1.0-alpha-5")
'org.codehaus.plexus:plexus-notification:jar:1.0-alpha-5'
<dependency org="org.codehaus.plexus" name="plexus-notification" rev="1.0-alpha-5">
<artifact name="plexus-notification" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus', module='plexus-notification', version='1.0-alpha-5')
)
libraryDependencies += "org.codehaus.plexus" % "plexus-notification" % "1.0-alpha-5"
[org.codehaus.plexus/plexus-notification "1.0-alpha-5"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-container-default | jar | 1.0-alpha-8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |