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