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