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