| Categories |
CategoriesNative Development Tools |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdbootstrap.native |
| Version | Version2.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bootstrap.native-2.0.2.pom | |
| bootstrap.native-2.0.2.jar | 130 KB |
| bootstrap.native-2.0.2-sources.jar | 22 bytes |
| bootstrap.native-2.0.2-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/bootstrap.native/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>bootstrap.native</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap.native/
implementation 'org.webjars.npm:bootstrap.native:2.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap.native/
implementation ("org.webjars.npm:bootstrap.native:2.0.2")
'org.webjars.npm:bootstrap.native:jar:2.0.2'
<dependency org="org.webjars.npm" name="bootstrap.native" rev="2.0.2">
<artifact name="bootstrap.native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='bootstrap.native', version='2.0.2')
)
libraryDependencies += "org.webjars.npm" % "bootstrap.native" % "2.0.2"
[org.webjars.npm/bootstrap.native "2.0.2"]