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