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