| GroupId | GroupIdorg.jasig.portlet.notification |
|---|---|
| ArtifactId | ArtifactIdnotification-component-icon |
| Version | Version4.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| notification-component-icon-4.1.3.pom | |
| notification-component-icon-4.1.3.jar | 261 bytes |
| notification-component-icon-4.1.3-sources.jar | 261 bytes |
| notification-component-icon-4.1.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.portlet.notification/notification-component-icon/ -->
<dependency>
<groupId>org.jasig.portlet.notification</groupId>
<artifactId>notification-component-icon</artifactId>
<version>4.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet.notification/notification-component-icon/
implementation 'org.jasig.portlet.notification:notification-component-icon:4.1.3'
// https://jarcasting.com/artifacts/org.jasig.portlet.notification/notification-component-icon/
implementation ("org.jasig.portlet.notification:notification-component-icon:4.1.3")
'org.jasig.portlet.notification:notification-component-icon:jar:4.1.3'
<dependency org="org.jasig.portlet.notification" name="notification-component-icon" rev="4.1.3">
<artifact name="notification-component-icon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet.notification', module='notification-component-icon', version='4.1.3')
)
libraryDependencies += "org.jasig.portlet.notification" % "notification-component-icon" % "4.1.3"
[org.jasig.portlet.notification/notification-component-icon "4.1.3"]