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