GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdbourbon |
Version | Version4.2.6 |
Type | Typejar |
Filename | Size |
---|---|
bourbon-4.2.6.pom | |
bourbon-4.2.6.jar | 55 KB |
bourbon-4.2.6-sources.jar | 22 bytes |
bourbon-4.2.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/bourbon/
implementation 'org.webjars.bower:bourbon:4.2.6'
// https://jarcasting.com/artifacts/org.webjars.bower/bourbon/
implementation ("org.webjars.bower:bourbon:4.2.6")
'org.webjars.bower:bourbon:jar:4.2.6'
<dependency org="org.webjars.bower" name="bourbon" rev="4.2.6">
<artifact name="bourbon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='bourbon', version='4.2.6')
)
libraryDependencies += "org.webjars.bower" % "bourbon" % "4.2.6"
[org.webjars.bower/bourbon "4.2.6"]