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