Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-ng-bootstrap-ng-bootstrap |
Version | Version1.0.0-alpha.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-ng-bootstrap-ng-bootstrap/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-ng-bootstrap-ng-bootstrap</artifactId>
<version>1.0.0-alpha.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-ng-bootstrap-ng-bootstrap/
implementation 'org.webjars.npm:github-com-ng-bootstrap-ng-bootstrap:1.0.0-alpha.14'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-ng-bootstrap-ng-bootstrap/
implementation ("org.webjars.npm:github-com-ng-bootstrap-ng-bootstrap:1.0.0-alpha.14")
'org.webjars.npm:github-com-ng-bootstrap-ng-bootstrap:jar:1.0.0-alpha.14'
<dependency org="org.webjars.npm" name="github-com-ng-bootstrap-ng-bootstrap" rev="1.0.0-alpha.14">
<artifact name="github-com-ng-bootstrap-ng-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-ng-bootstrap-ng-bootstrap', version='1.0.0-alpha.14')
)
libraryDependencies += "org.webjars.npm" % "github-com-ng-bootstrap-ng-bootstrap" % "1.0.0-alpha.14"
[org.webjars.npm/github-com-ng-bootstrap-ng-bootstrap "1.0.0-alpha.14"]