文件下载
文件名 操作
barista-conjure-0.77.0.jar 下载
barista-conjure-0.77.0.pom 下载
barista-conjure-0.77.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.markelliot.barista</groupId>
  <artifactId>barista-conjure</artifactId>
  <version>0.77.0</version>
</dependency>
Gradle Groovy
implementation 'com.markelliot.barista:barista-conjure:0.77.0'
Gradle Kotlin
implementation("com.markelliot.barista:barista-conjure:0.77.0")
Scala SBT
libraryDependencies += "com.markelliot.barista" % "barista-conjure" % "0.77.0"
Groovy Grape
@Grapes(
  @Grab(group='com.markelliot.barista', module='barista-conjure', version='0.77.0')
)
Apache Ivy
<dependency org="com.markelliot.barista" name="barista-conjure" rev="0.77.0" />
Leiningen
[com.markelliot.barista/barista-conjure "0.77.0"]
Apache Buildr
'com.markelliot.barista:barista-conjure:jar:0.77.0'