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