| Группа | Группаorg.jasig.portlet.notification |
|---|---|
| Идентификатор | Идентификаторnotification-portlet-webapp |
| Версия | Версия4.0.0 |
| Тип | Типwar |
<!-- https://jarcasting.com/artifacts/org.jasig.portlet.notification/notification-portlet-webapp/ -->
<dependency>
<groupId>org.jasig.portlet.notification</groupId>
<artifactId>notification-portlet-webapp</artifactId>
<version>4.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet.notification/notification-portlet-webapp/
implementation 'org.jasig.portlet.notification:notification-portlet-webapp:4.0.0'
// https://jarcasting.com/artifacts/org.jasig.portlet.notification/notification-portlet-webapp/
implementation ("org.jasig.portlet.notification:notification-portlet-webapp:4.0.0")
'org.jasig.portlet.notification:notification-portlet-webapp:war:4.0.0'
<dependency org="org.jasig.portlet.notification" name="notification-portlet-webapp" rev="4.0.0">
<artifact name="notification-portlet-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet.notification', module='notification-portlet-webapp', version='4.0.0')
)
libraryDependencies += "org.jasig.portlet.notification" % "notification-portlet-webapp" % "4.0.0"
[org.jasig.portlet.notification/notification-portlet-webapp "4.0.0"]