GroupId | GroupIdorg.jasig.portlet.notification |
---|---|
ArtifactId | ArtifactIdnotification-portlet-api |
Version | Version2.1.1 |
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>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet.notification/notification-portlet-api/
implementation 'org.jasig.portlet.notification:notification-portlet-api:2.1.1'
// https://jarcasting.com/artifacts/org.jasig.portlet.notification/notification-portlet-api/
implementation ("org.jasig.portlet.notification:notification-portlet-api:2.1.1")
'org.jasig.portlet.notification:notification-portlet-api:jar:2.1.1'
<dependency org="org.jasig.portlet.notification" name="notification-portlet-api" rev="2.1.1">
<artifact name="notification-portlet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet.notification', module='notification-portlet-api', version='2.1.1')
)
libraryDependencies += "org.jasig.portlet.notification" % "notification-portlet-api" % "2.1.1"
[org.jasig.portlet.notification/notification-portlet-api "2.1.1"]