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