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