GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootswatch-parent |
Version | Version3.1.0 |
Type | Typepom |
Filename | Size |
---|---|
bootswatch-parent-3.1.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootswatch-parent/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootswatch-parent</artifactId>
<version>3.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootswatch-parent/
implementation 'org.webjars:bootswatch-parent:3.1.0'
// https://jarcasting.com/artifacts/org.webjars/bootswatch-parent/
implementation ("org.webjars:bootswatch-parent:3.1.0")
'org.webjars:bootswatch-parent:pom:3.1.0'
<dependency org="org.webjars" name="bootswatch-parent" rev="3.1.0">
<artifact name="bootswatch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootswatch-parent', version='3.1.0')
)
libraryDependencies += "org.webjars" % "bootswatch-parent" % "3.1.0"
[org.webjars/bootswatch-parent "3.1.0"]