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