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