GroupId | GroupIdorg.jasig.portlet.notification |
---|---|
ArtifactId | ArtifactIdnotification-portlet-api |
Version | Version3.0.0-M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jasig.portlet.notification/notification-portlet-api/ -->
<dependency>
<groupId>org.jasig.portlet.notification</groupId>
<artifactId>notification-portlet-api</artifactId>
<version>3.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet.notification/notification-portlet-api/
implementation 'org.jasig.portlet.notification:notification-portlet-api:3.0.0-M1'
// https://jarcasting.com/artifacts/org.jasig.portlet.notification/notification-portlet-api/
implementation ("org.jasig.portlet.notification:notification-portlet-api:3.0.0-M1")
'org.jasig.portlet.notification:notification-portlet-api:jar:3.0.0-M1'
<dependency org="org.jasig.portlet.notification" name="notification-portlet-api" rev="3.0.0-M1">
<artifact name="notification-portlet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet.notification', module='notification-portlet-api', version='3.0.0-M1')
)
libraryDependencies += "org.jasig.portlet.notification" % "notification-portlet-api" % "3.0.0-M1"
[org.jasig.portlet.notification/notification-portlet-api "3.0.0-M1"]