| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdtypes__bootstrap |
| Version | Version4.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| types__bootstrap-4.1.0.pom | |
| types__bootstrap-4.1.0.jar | 8 KB |
| types__bootstrap-4.1.0-sources.jar | 22 bytes |
| types__bootstrap-4.1.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/types__bootstrap/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>types__bootstrap</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/types__bootstrap/
implementation 'org.webjars.npm:types__bootstrap:4.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/types__bootstrap/
implementation ("org.webjars.npm:types__bootstrap:4.1.0")
'org.webjars.npm:types__bootstrap:jar:4.1.0'
<dependency org="org.webjars.npm" name="types__bootstrap" rev="4.1.0">
<artifact name="types__bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='types__bootstrap', version='4.1.0')
)
libraryDependencies += "org.webjars.npm" % "types__bootstrap" % "4.1.0"
[org.webjars.npm/types__bootstrap "4.1.0"]