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