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