Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-notification-system-redux |
Version | Version1.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-notification-system-redux/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-notification-system-redux</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-notification-system-redux/
implementation 'org.webjars.npm:react-notification-system-redux:1.0.11'
// https://jarcasting.com/artifacts/org.webjars.npm/react-notification-system-redux/
implementation ("org.webjars.npm:react-notification-system-redux:1.0.11")
'org.webjars.npm:react-notification-system-redux:jar:1.0.11'
<dependency org="org.webjars.npm" name="react-notification-system-redux" rev="1.0.11">
<artifact name="react-notification-system-redux" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-notification-system-redux', version='1.0.11')
)
libraryDependencies += "org.webjars.npm" % "react-notification-system-redux" % "1.0.11"
[org.webjars.npm/react-notification-system-redux "1.0.11"]