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