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