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