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