Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-notification-system |
Version | Version0.2.10 |
Type | Typejar |
Filename | Size |
---|---|
react-notification-system-0.2.10.pom | |
react-notification-system-0.2.10.jar | 24 KB |
react-notification-system-0.2.10-sources.jar | 22 bytes |
react-notification-system-0.2.10-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-notification-system/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-notification-system</artifactId>
<version>0.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-notification-system/
implementation 'org.webjars.npm:react-notification-system:0.2.10'
// https://jarcasting.com/artifacts/org.webjars.npm/react-notification-system/
implementation ("org.webjars.npm:react-notification-system:0.2.10")
'org.webjars.npm:react-notification-system:jar:0.2.10'
<dependency org="org.webjars.npm" name="react-notification-system" rev="0.2.10">
<artifact name="react-notification-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-notification-system', version='0.2.10')
)
libraryDependencies += "org.webjars.npm" % "react-notification-system" % "0.2.10"
[org.webjars.npm/react-notification-system "0.2.10"]