GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdbourbon |
Version | Version4.2.7 |
Type | Typejar |
Filename | Size |
---|---|
bourbon-4.2.7.pom | |
bourbon-4.2.7.jar | 55 KB |
bourbon-4.2.7-sources.jar | 22 bytes |
bourbon-4.2.7-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/bourbon/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>bourbon</artifactId>
<version>4.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/bourbon/
implementation 'org.webjars.bower:bourbon:4.2.7'
// https://jarcasting.com/artifacts/org.webjars.bower/bourbon/
implementation ("org.webjars.bower:bourbon:4.2.7")
'org.webjars.bower:bourbon:jar:4.2.7'
<dependency org="org.webjars.bower" name="bourbon" rev="4.2.7">
<artifact name="bourbon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='bourbon', version='4.2.7')
)
libraryDependencies += "org.webjars.bower" % "bourbon" % "4.2.7"
[org.webjars.bower/bourbon "4.2.7"]