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