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