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