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