GroupId | GroupIdplexus |
---|---|
ArtifactId | ArtifactIdplexus-notification |
Version | Version1.0-alpha-3 |
Type | Typejar |
Filename | Size |
---|---|
plexus-notification-1.0-alpha-3.pom | |
plexus-notification-1.0-alpha-3.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/plexus/plexus-notification/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-notification</artifactId>
<version>1.0-alpha-3</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/plexus-notification/
implementation 'plexus:plexus-notification:1.0-alpha-3'
// https://jarcasting.com/artifacts/plexus/plexus-notification/
implementation ("plexus:plexus-notification:1.0-alpha-3")
'plexus:plexus-notification:jar:1.0-alpha-3'
<dependency org="plexus" name="plexus-notification" rev="1.0-alpha-3">
<artifact name="plexus-notification" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='plexus-notification', version='1.0-alpha-3')
)
libraryDependencies += "plexus" % "plexus-notification" % "1.0-alpha-3"
[plexus/plexus-notification "1.0-alpha-3"]