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