b

bourbon-gem-jar

Repackages the thoughtbot Bourbon gem into a jar for use in Java projects. The bourbon-gem-jar package version follows the thoughtbot-bourbon.gem versions located http://thoughtbot.com/bourbon/ (https://github.com/thoughtbot/bourbon). Simply change the version of this package to download and repackage the same GEM version.
https://github.com/edmi-nz/bourbon-gem-jar
MIT License
EDMI NZ
Files download
File Operation
bourbon-gem-jar-2.1.0.jar download
bourbon-gem-jar-2.1.0.pom download
Apache Maven
<dependency>
  <groupId>nz.co.edmi</groupId>
  <artifactId>bourbon-gem-jar</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'nz.co.edmi:bourbon-gem-jar:2.1.0'
Gradle Kotlin
implementation("nz.co.edmi:bourbon-gem-jar:2.1.0")
Scala SBT
libraryDependencies += "nz.co.edmi" % "bourbon-gem-jar" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='nz.co.edmi', module='bourbon-gem-jar', version='2.1.0')
)
Apache Ivy
<dependency org="nz.co.edmi" name="bourbon-gem-jar" rev="2.1.0" />
Leiningen
[nz.co.edmi/bourbon-gem-jar "2.1.0"]
Apache Buildr
'nz.co.edmi:bourbon-gem-jar:jar:2.1.0'
Dependencies