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