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