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