GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootswatch-pulse |
Version | Version4.1.3 |
Type | Typejar |
Filename | Size |
---|---|
bootswatch-pulse-4.1.3.pom | |
bootswatch-pulse-4.1.3.jar | 48 KB |
bootswatch-pulse-4.1.3-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootswatch-pulse/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootswatch-pulse</artifactId>
<version>4.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootswatch-pulse/
implementation 'org.webjars:bootswatch-pulse:4.1.3'
// https://jarcasting.com/artifacts/org.webjars/bootswatch-pulse/
implementation ("org.webjars:bootswatch-pulse:4.1.3")
'org.webjars:bootswatch-pulse:jar:4.1.3'
<dependency org="org.webjars" name="bootswatch-pulse" rev="4.1.3">
<artifact name="bootswatch-pulse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootswatch-pulse', version='4.1.3')
)
libraryDependencies += "org.webjars" % "bootswatch-pulse" % "4.1.3"
[org.webjars/bootswatch-pulse "4.1.3"]