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