Files download
File Operation
barista-processor-0.77.0.jar download
barista-processor-0.77.0.pom download
barista-processor-0.77.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.markelliot.barista</groupId>
  <artifactId>barista-processor</artifactId>
  <version>0.77.0</version>
</dependency>
Gradle Groovy
implementation 'com.markelliot.barista:barista-processor:0.77.0'
Gradle Kotlin
implementation("com.markelliot.barista:barista-processor:0.77.0")
Scala SBT
libraryDependencies += "com.markelliot.barista" % "barista-processor" % "0.77.0"
Groovy Grape
@Grapes(
  @Grab(group='com.markelliot.barista', module='barista-processor', version='0.77.0')
)
Apache Ivy
<dependency org="com.markelliot.barista" name="barista-processor" rev="0.77.0" />
Leiningen
[com.markelliot.barista/barista-processor "0.77.0"]
Apache Buildr
'com.markelliot.barista:barista-processor:jar:0.77.0'