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