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